aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.