Skip to content

Commit

Permalink
Update generated Python Op docs.
Browse files Browse the repository at this point in the history
Change: 122652162
  • Loading branch information
A. Unique TensorFlower authored and tensorflower-gardener committed May 18, 2016
1 parent 6349edc commit 5f2b869
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tensorflow/g3doc/api_docs/python/contrib.learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Evaluates given model with provided evaluation data.
* <b>`batch_size`</b>: minibatch size to use on the input, defaults to 32. Ignored
if input_fn is set.
* <b>`steps`</b>: Number of steps to evalute for.
* <b>`metrics`</b>: Dict of metric ops to run.
* <b>`metrics`</b>: Dict of metric ops to run. If None, the default metric functions
are used; if {}, no metrics are used.

##### Returns:

Expand Down Expand Up @@ -254,7 +255,8 @@ Evaluates given model with provided evaluation data.
* <b>`batch_size`</b>: minibatch size to use on the input, defaults to 32. Ignored
if input_fn is set.
* <b>`steps`</b>: Number of steps to evalute for.
* <b>`metrics`</b>: Dict of metric ops to run.
* <b>`metrics`</b>: Dict of metric ops to run. If None, the default metric functions
are used; if {}, no metrics are used.

##### Returns:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Evaluates given model with provided evaluation data.
* <b>`batch_size`</b>: minibatch size to use on the input, defaults to 32. Ignored
if input_fn is set.
* <b>`steps`</b>: Number of steps to evalute for.
* <b>`metrics`</b>: Dict of metric ops to run.
* <b>`metrics`</b>: Dict of metric ops to run. If None, the default metric functions
are used; if {}, no metrics are used.

##### Returns:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Evaluates given model with provided evaluation data.
* <b>`batch_size`</b>: minibatch size to use on the input, defaults to 32. Ignored
if input_fn is set.
* <b>`steps`</b>: Number of steps to evalute for.
* <b>`metrics`</b>: Dict of metric ops to run.
* <b>`metrics`</b>: Dict of metric ops to run. If None, the default metric functions
are used; if {}, no metrics are used.

##### Returns:

Expand Down

0 comments on commit 5f2b869

Please sign in to comment.