Update generated Python Op docs.

Change: 119336366
This commit is contained in:
A. Unique TensorFlower 2016-04-07 19:08:28 -08:00 committed by TensorFlower Gardener
parent 6d838744c4
commit 9efcb9f8b2
3 changed files with 1223 additions and 42 deletions

View File

@ -707,44 +707,3 @@ Creates a `DataLossError`.
## Other Functions and Classes
- - -
### `class tf.ClusterSpec` {#ClusterSpec}
A class for representing a Cluster.
- - -
#### `tf.ClusterSpec.__init__(cluster)` {#ClusterSpec.__init__}
Creates a `ClusterSpec`.
##### Args:
* <b>`cluster`</b>: A dictionary mapping one or more job names to lists of network
addresses, or a `tf.ClusterDef` protocol buffer.
##### Raises:
* <b>`TypeError`</b>: If `cluster` is not a dictionary mapping strings to lists
of strings, and not a `ClusterDef` proto buf.
- - -
#### `tf.ClusterSpec.as_cluster_def()` {#ClusterSpec.as_cluster_def}
Returns a `tf.ClusterDef` protocol buffer.
- - -
#### `tf.ClusterSpec.as_cluster_spec()` {#ClusterSpec.as_cluster_spec}
Returns a dictionary from job names to list of network addresses.

View File

@ -400,7 +400,6 @@
* [`AbortedError`](../../api_docs/python/client.md#AbortedError)
* [`AlreadyExistsError`](../../api_docs/python/client.md#AlreadyExistsError)
* [`CancelledError`](../../api_docs/python/client.md#CancelledError)
* [`ClusterSpec`](../../api_docs/python/client.md#ClusterSpec)
* [`DataLossError`](../../api_docs/python/client.md#DataLossError)
* [`DeadlineExceededError`](../../api_docs/python/client.md#DeadlineExceededError)
* [`FailedPreconditionError`](../../api_docs/python/client.md#FailedPreconditionError)
@ -429,6 +428,7 @@
* [`clip_by_global_norm`](../../api_docs/python/train.md#clip_by_global_norm)
* [`clip_by_norm`](../../api_docs/python/train.md#clip_by_norm)
* [`clip_by_value`](../../api_docs/python/train.md#clip_by_value)
* [`ClusterSpec`](../../api_docs/python/train.md#ClusterSpec)
* [`Coordinator`](../../api_docs/python/train.md#Coordinator)
* [`exponential_decay`](../../api_docs/python/train.md#exponential_decay)
* [`ExponentialMovingAverage`](../../api_docs/python/train.md#ExponentialMovingAverage)
@ -448,12 +448,16 @@
* [`MomentumOptimizer`](../../api_docs/python/train.md#MomentumOptimizer)
* [`Optimizer`](../../api_docs/python/train.md#Optimizer)
* [`QueueRunner`](../../api_docs/python/train.md#QueueRunner)
* [`replica_device_setter`](../../api_docs/python/train.md#replica_device_setter)
* [`RMSPropOptimizer`](../../api_docs/python/train.md#RMSPropOptimizer)
* [`scalar_summary`](../../api_docs/python/train.md#scalar_summary)
* [`Server`](../../api_docs/python/train.md#Server)
* [`SessionManager`](../../api_docs/python/train.md#SessionManager)
* [`start_queue_runners`](../../api_docs/python/train.md#start_queue_runners)
* [`stop_gradient`](../../api_docs/python/train.md#stop_gradient)
* [`summary_iterator`](../../api_docs/python/train.md#summary_iterator)
* [`SummaryWriter`](../../api_docs/python/train.md#SummaryWriter)
* [`Supervisor`](../../api_docs/python/train.md#Supervisor)
* [`write_graph`](../../api_docs/python/train.md#write_graph)
* [`zero_fraction`](../../api_docs/python/train.md#zero_fraction)

File diff suppressed because it is too large Load Diff