1# Text form of tensorflow.tf2xla.Config proto.
2feed {
3  id { node_name: "params" }
4  shape {
5    dim { size: 4 }
6  }
7}
8feed {
9  id { node_name: "indices" }
10  shape {
11    dim { size: 2 }
12  }
13}
14fetch {
15  id { node_name: "gather_output" }
16}
17