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