Update generated Python Op docs.

Change: 132368885
This commit is contained in:
A. Unique TensorFlower 2016-09-06 14:19:56 -08:00 committed by TensorFlower Gardener
parent d41348bb1d
commit d7bc08fd5f
2 changed files with 4 additions and 2 deletions

View File

@ -2953,7 +2953,7 @@ If you're a Google-internal user using command line flags with learn_runner.py
probably want to use learn_runner.EstimatorConfig instead.
- - -
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None)` {#RunConfig.__init__}
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None, evaluation_master='')` {#RunConfig.__init__}
Constructor.
@ -3022,6 +3022,7 @@ Example:
must exist in the `cluster_spec.jobs`.
* <b>`is_chief`</b>: whether or not this task (as identified by the other parameters)
should be the chief task.
* <b>`evaluation_master`</b>: the master on which to perform evaluation.
##### Raises:

View File

@ -5,7 +5,7 @@ If you're a Google-internal user using command line flags with learn_runner.py
probably want to use learn_runner.EstimatorConfig instead.
- - -
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None)` {#RunConfig.__init__}
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None, evaluation_master='')` {#RunConfig.__init__}
Constructor.
@ -74,6 +74,7 @@ Example:
must exist in the `cluster_spec.jobs`.
* <b>`is_chief`</b>: whether or not this task (as identified by the other parameters)
should be the chief task.
* <b>`evaluation_master`</b>: the master on which to perform evaluation.
##### Raises: