aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-27 10:23:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-27 10:27:35 -0700
commit941b4e0f226de76f083401842e73bd9efd6db2d0 (patch)
tree52bb6ab9afb0d74fa1c5c437d0b7ca1978138926 /tensorflow/core/protobuf
parent62e60166de65d6604b897f2575a5accc86160496 (diff)
Fix support for custom optimizers in explicit schedule
PiperOrigin-RevId: 214794973
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 bb8f88336d..482178a540 100644
--- a/tensorflow/core/protobuf/rewriter_config.proto
+++ b/tensorflow/core/protobuf/rewriter_config.proto
@@ -143,8 +143,8 @@ message RewriterConfig {
// not configurable (in contrast to memory optimization passes through the
// meta-optimizer) and act only on manual op annotations.
//
- // Custom registered optimizers will be run after the base optimizers, in
- // the order that they are specified.
+ // Custom optimizers (see custom_optimizers) that are not part of this
+ // schedule will be run after - in the order that they were specified.
repeated string optimizers = 100;
// Message to describe custom graph optimizer and its parameters