From 88ffd73ed90dbb02876925b63c3324c82bdb985d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 25 Jul 2016 12:56:11 -0800 Subject: [PATCH] Update generated Python Op docs. Change: 128395909 --- .../functions_and_classes/shard6/tf.train.Coordinator.md | 7 +++++++ tensorflow/g3doc/api_docs/python/train.md | 7 +++++++ 2 files changed, 14 insertions(+) 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 bebc34754f4..744e4e233a6 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 @@ -149,6 +149,13 @@ that `RuntimeError`. is called and the grace period expires. +- - - + +#### `tf.train.Coordinator.joined` {#Coordinator.joined} + + + + - - - #### `tf.train.Coordinator.request_stop(ex=None)` {#Coordinator.request_stop} diff --git a/tensorflow/g3doc/api_docs/python/train.md b/tensorflow/g3doc/api_docs/python/train.md index c8b2817fcb5..63ae5a0940b 100644 --- a/tensorflow/g3doc/api_docs/python/train.md +++ b/tensorflow/g3doc/api_docs/python/train.md @@ -1279,6 +1279,13 @@ that `RuntimeError`. is called and the grace period expires. +- - - + +#### `tf.train.Coordinator.joined` {#Coordinator.joined} + + + + - - - #### `tf.train.Coordinator.request_stop(ex=None)` {#Coordinator.request_stop}