aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2018-05-21 12:43:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-21 12:46:26 -0700
commit7e5d24de55572741f10ee7e17247ca195eaadfae (patch)
treef316bc1e4458bed49bfd347e8fdff5f14276ab7e /tensorflow/core/protobuf
parentfdd06c559d4dcf9b8c7a4f3bc54540a5aa99d083 (diff)
Turn on dead branch elimination, shape optimization, and remapping by default
PiperOrigin-RevId: 197439191
Diffstat (limited to 'tensorflow/core/protobuf')
-rw-r--r--tensorflow/core/protobuf/rewriter_config.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/protobuf/rewriter_config.proto b/tensorflow/core/protobuf/rewriter_config.proto
index ed2ba1feae..10bfe3034d 100644
--- a/tensorflow/core/protobuf/rewriter_config.proto
+++ b/tensorflow/core/protobuf/rewriter_config.proto
@@ -46,10 +46,10 @@ message RewriterConfig {
// Statically infer the value of tensors when possible, and materialize the
// result using constants.
Toggle constant_folding = 3;
- // Shape optimizations (default is OFF)
+ // Shape optimizations (default is ON)
// Simplify computations made on shapes.
Toggle shape_optimization = 13;
- // Remapping (default is OFF)
+ // Remapping (default is ON)
// Remap subgraphs onto more efficient implementations.
Toggle remapping = 14;
// Arithmetic optimizations (default is ON)