aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-06 11:59:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-06 12:04:17 -0700
commit27b341c800eab9c20d34394e497498d90f2b6dc9 (patch)
treef5c23063c0a88c411a81bb3909d37a1b51e0eb12 /tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt
parentcab048ecde3c3567b188a93f62d51af3b6b5b078 (diff)
Automated g4 rollback of changelist 161087978
PiperOrigin-RevId: 161111023
Diffstat (limited to 'tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt')
-rw-r--r--tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt25
1 files changed, 0 insertions, 25 deletions
diff --git a/tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt b/tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt
deleted file mode 100644
index 7370ed370d..0000000000
--- a/tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Text form of tensorflow.tfcompile.Config proto.
-feed {
- id { node_name: "x_const" }
- shape {
- dim { size: 1 }
- }
-}
-feed {
- id { node_name: "y_const" }
- shape {
- dim { size: 1 }
- }
-}
-feed {
- id { node_name: "z_identity"}
- shape {
- dim { size: 1 }
- }
-}
-fetch {
- id { node_name: "x_y_sum" }
-}
-fetch {
- id { node_name: "x_z_sum" }
-}