From cbef061ec6393e7018b03b38b05d186875bda512 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 12 Apr 2016 10:09:17 -0800 Subject: Update generated Python Op docs. Change: 119657458 --- tensorflow/g3doc/api_docs/python/train.md | 6 ++++-- 1 file 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: +* `RuntimeError`: If called with a non-chief Supervisor. * `ValueError`: 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: +* `RuntimeError`: If called with a non-chief Supervisor. * `ValueError`: 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: -- cgit v1.2.3