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