aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-24 09:07:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-24 09:11:21 -0700
commitcb98ceba9cff8c10ee3c7e89dc8925c88b28118e (patch)
tree322a0f0c254a0ed0716742682723f8731ebd772f /tensorflow/core/protobuf
parent7f71957f3818eff38671b758915a0a5c819c27e6 (diff)
Turn on PinToHostOptimizer by default.
PiperOrigin-RevId: 214275960
Diffstat (limited to 'tensorflow/core/protobuf')
-rw-r--r--tensorflow/core/protobuf/rewriter_config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/protobuf/rewriter_config.proto b/tensorflow/core/protobuf/rewriter_config.proto
index 0e780eacc9..bb8f88336d 100644
--- a/tensorflow/core/protobuf/rewriter_config.proto
+++ b/tensorflow/core/protobuf/rewriter_config.proto
@@ -75,7 +75,7 @@ message RewriterConfig {
// Try to allocate some independent Op outputs contiguously in order to
// merge or eliminate downstream Ops (off by default).
Toggle scoped_allocator_optimization = 15;
- // Force small ops onto the CPU (default is OFF).
+ // Force small ops onto the CPU (default is ON).
Toggle pin_to_host_optimization = 18;
// Controls how many times we run the optimizers in meta optimizer (default