aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2018-02-12 12:05:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-12 12:09:29 -0800
commit00f355df5cb34817139dfb715e1277a6be17998e (patch)
treea178eaccbe0b04fb7e7213556a889d0521f092f3 /tensorflow/core/protobuf
parent9b703c34bb0124af75cb03c7a81251595f5e849b (diff)
Enable the use of scheduling heuristics to reduce peak memory usage by default
PiperOrigin-RevId: 185413855
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 dddadceeb5..77667e4358 100644
--- a/tensorflow/core/protobuf/rewriter_config.proto
+++ b/tensorflow/core/protobuf/rewriter_config.proto
@@ -41,7 +41,7 @@ message RewriterConfig {
bool disable_model_pruning = 2;
enum MemOptType {
- // The default setting (currently disabled)
+ // The default setting (SCHEDULING_HEURISTICS only)
DEFAULT_MEM_OPT = 0;
// Disabled in the meta-optimizer.
NO_MEM_OPT = 1;