aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar Revan Sopher <rsopher@google.com>2018-09-27 16:16:20 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-27 16:21:41 -0700
commitf41573b7956871b4142c97eb85ddf163ad641976 (patch)
treed29d3a1ba427d4f44d606c767e75c3b9cc30096b /tensorflow/core/protobuf
parentd8a370274d6ab8c68edcce66849b4e96aed2fa0d (diff)
Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509c
PiperOrigin-RevId: 214853846
Diffstat (limited to 'tensorflow/core/protobuf')
-rw-r--r--tensorflow/core/protobuf/config.proto5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/core/protobuf/config.proto b/tensorflow/core/protobuf/config.proto
index 104ab039cb..85cd02350a 100644
--- a/tensorflow/core/protobuf/config.proto
+++ b/tensorflow/core/protobuf/config.proto
@@ -453,11 +453,6 @@ message RunOptions {
// same group_key value (in a distributed computation where tasks
// run disjoint graphs).
int64 collective_graph_key = 1;
- // If true, then operations (using the inter-op pool) across all
- // session::run() calls will be centrally scheduled, optimizing for (median
- // and tail) latency.
- // Consider using this option for CPU-bound workloads like inference.
- bool use_run_handler_pool = 2;
};
Experimental experimental = 8;