aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/direct_session.h
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/common_runtime/direct_session.h
parentd8a370274d6ab8c68edcce66849b4e96aed2fa0d (diff)
Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509c
PiperOrigin-RevId: 214853846
Diffstat (limited to 'tensorflow/core/common_runtime/direct_session.h')
-rw-r--r--tensorflow/core/common_runtime/direct_session.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/core/common_runtime/direct_session.h b/tensorflow/core/common_runtime/direct_session.h
index 3a168bbe3f..4a6a921ea7 100644
--- a/tensorflow/core/common_runtime/direct_session.h
+++ b/tensorflow/core/common_runtime/direct_session.h
@@ -247,9 +247,6 @@ class DirectSession : public Session {
ExecutorsAndKeys* executors_and_keys,
RunMetadata* run_metadata);
- // Returns whether inter-op execution uses a global pool.
- bool ShouldUseRunHandlerPool() const;
-
::tensorflow::Status ExtendLocked(const GraphDef& graph)
EXCLUSIVE_LOCKS_REQUIRED(graph_state_lock_);