aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-06 18:15:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-06 18:22:33 -0700
commit172b8740236c88acf06fc9fa01e8ca52e5482edf (patch)
tree361569bf098414cf43c7a18144890aa0b3be5df6 /tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt
parent3926a3aca125c42987adc602a5cb006d97b0261e (diff)
Make the pruning of the graph in ahead-of-time compilation
also prune out dependencies of fed tensors. Remove special handling of control dependencies from the introduced placeholders. For a compilation going to XLA, those control dependencies would not really be doing anything anyway (and the current code was only handling Placeholder, not PlaceholderV2). PiperOrigin-RevId: 161157126
Diffstat (limited to 'tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt')
-rw-r--r--tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt b/tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt
index 5625c0ab03..f2d9c34b2d 100644
--- a/tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt
+++ b/tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt
@@ -6,7 +6,7 @@ feed {
}
}
feed {
- id { node_name: "y_const" }
+ id { node_name: "y_reshape" }
shape {
dim { size: 1 }
}