aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-04-12 10:09:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-04-12 11:12:33 -0700
commitcbef061ec6393e7018b03b38b05d186875bda512 (patch)
tree6ae54795eae4503e4ff2fa32f80363bc97305ba4
parent9b20d6ac9fa9553f5510b05f561fbea29bb4d00a (diff)
Update generated Python Op docs.
Change: 119657458
-rw-r--r--tensorflow/g3doc/api_docs/python/train.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tensorflow/g3doc/api_docs/python/train.md b/tensorflow/g3doc/api_docs/python/train.md
index 24b9f9f814..5546348203 100644
--- a/tensorflow/g3doc/api_docs/python/train.md
+++ b/tensorflow/g3doc/api_docs/python/train.md
@@ -1955,6 +1955,7 @@ on the parameters to the constructor and may include:
##### Raises:
+* <b>`RuntimeError`</b>: If called with a non-chief Supervisor.
* <b>`ValueError`</b>: If not `logdir` was passed to the constructor as the
services need a log directory.
@@ -2182,6 +2183,7 @@ on the parameters to the constructor and may include:
##### Raises:
+* <b>`RuntimeError`</b>: If called with a non-chief Supervisor.
* <b>`ValueError`</b>: If not `logdir` was passed to the constructor as the
services need a log directory.
@@ -2409,7 +2411,7 @@ Start threads for `QueueRunners`.
#### `tf.train.Supervisor.summary_op` {#Supervisor.summary_op}
-Return the Summary Tensor used by the supervisor.
+Return the Summary Tensor used by the chief supervisor.
##### Returns:
@@ -2420,7 +2422,7 @@ Return the Summary Tensor used by the supervisor.
#### `tf.train.Supervisor.summary_writer` {#Supervisor.summary_writer}
-Return the SummaryWriter used by the supervisor.
+Return the SummaryWriter used by the chief supervisor.
##### Returns: