aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt
blob: a4ad334352332d1d2a99224673a753c9956eba69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Text form of tensorflow.tf2xla.Config proto.
feed {
  id { node_name: "x_const" }
  shape {
    dim { size: 1 }
  }
}
feed {
  id { node_name: "y_reshape" }
  shape {
    dim { size: 1 }
  }
}
fetch {
  id { node_name: "x_y_sum" }
}