aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/tests/test_graph_tfadd_with_ckpt.config.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/aot/tests/test_graph_tfadd_with_ckpt.config.pbtxt')
-rw-r--r--tensorflow/compiler/aot/tests/test_graph_tfadd_with_ckpt.config.pbtxt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/compiler/aot/tests/test_graph_tfadd_with_ckpt.config.pbtxt b/tensorflow/compiler/aot/tests/test_graph_tfadd_with_ckpt.config.pbtxt
new file mode 100644
index 0000000000..4d876a6e91
--- /dev/null
+++ b/tensorflow/compiler/aot/tests/test_graph_tfadd_with_ckpt.config.pbtxt
@@ -0,0 +1,10 @@
+# Text form of tensorflow.tfcompile.Config proto.
+feed {
+ id { node_name: "x_hold" }
+ shape {
+ dim { size: 1 }
+ }
+}
+fetch {
+ id { node_name: "x_y_sum" }
+}