aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-10 20:20:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-10 20:25:07 -0800
commit6d1cc83974551732b09e4a532065edaf379d5508 (patch)
treef2f0667b7e5b7b4428ed2226f849a2bd4f99437a
parent22ddaaaf9ef5fe94eb6a1a5fb3f8d7eb2046b160 (diff)
Update generated Python Op docs.
Change: 138838191
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.train.Coordinator.md7
-rw-r--r--tensorflow/g3doc/api_docs/python/train.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.train.Coordinator.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.train.Coordinator.md
index 27ae6f13e3..d43253eb6e 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.train.Coordinator.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.train.Coordinator.md
@@ -162,6 +162,13 @@ that `RuntimeError`.
- - -
+#### `tf.train.Coordinator.raise_requested_exception()` {#Coordinator.raise_requested_exception}
+
+If an exception has been passed to `request_stop`, this raises it.
+
+
+- - -
+
#### `tf.train.Coordinator.register_thread(thread)` {#Coordinator.register_thread}
Register a thread to join.
diff --git a/tensorflow/g3doc/api_docs/python/train.md b/tensorflow/g3doc/api_docs/python/train.md
index 35fe02d63f..c3f8b72906 100644
--- a/tensorflow/g3doc/api_docs/python/train.md
+++ b/tensorflow/g3doc/api_docs/python/train.md
@@ -1696,6 +1696,13 @@ that `RuntimeError`.
- - -
+#### `tf.train.Coordinator.raise_requested_exception()` {#Coordinator.raise_requested_exception}
+
+If an exception has been passed to `request_stop`, this raises it.
+
+
+- - -
+
#### `tf.train.Coordinator.register_thread(thread)` {#Coordinator.register_thread}
Register a thread to join.