aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt
diff options
context:
space:
mode:
authorGravatar Lukasz Kaiser <lukaszkaiser@google.com>2017-04-06 17:21:41 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-06 18:42:10 -0700
commit7f28f166092e8f6621bc264e12a7201a22f76997 (patch)
tree8ad4318c808d872248428b796257f276010d47a6 /tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt
parent0ca0b63fddda9bc81ad3bce00594b06e0c543ea9 (diff)
Allow to set session ConfigProto in RunConfig and use it in Estimator.
Change: 152454548
Diffstat (limited to 'tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt')
-rw-r--r--tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt b/tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt
index 5f3dee5b40..8fd991a317 100644
--- a/tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt
+++ b/tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt
@@ -47,6 +47,10 @@ tf_class {
mtype: "<type \'property\'>"
}
member {
+ name: "session_config"
+ mtype: "<type \'property\'>"
+ }
+ member {
name: "task_id"
mtype: "<type \'property\'>"
}