aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-05-31 14:35:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-31 15:48:51 -0700
commit4752b3c78e07adec00b553e2ca2a439e1e563956 (patch)
tree39f8d23206a43862ed01438d2ba35e9f97c4bac0
parente143df21316cb5837267c4b4e16051f586b15cdd (diff)
Add experimental qualification in the comment on the inter-op session thread pools.
Change: 123690916
-rw-r--r--tensorflow/core/protobuf/config.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/protobuf/config.proto b/tensorflow/core/protobuf/config.proto
index 87cda99bd7..3239712f87 100644
--- a/tensorflow/core/protobuf/config.proto
+++ b/tensorflow/core/protobuf/config.proto
@@ -136,6 +136,10 @@ message ConfigProto {
// inter_op_parallelism_threads.
bool use_per_session_threads = 9;
+ // This option is experimental - it may be replaced with a different mechanism
+ // in the future. The intended use is for when some session invocations need
+ // to run in a background pool limited to a small number of threads.
+ //
// Configures session thread pools. If this is configured, then RunOptions for
// a Run call can select the thread pool to use.
//