Update generated Python Op docs.

Change: 144289849
This commit is contained in:
A. Unique TensorFlower 2017-01-11 22:38:25 -08:00 committed by TensorFlower Gardener
parent 58b4d147ea
commit c4c927cb30
7 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
Returns tensor `num_epochs` times and then raises an `OutOfRange` error.
Note: creates local counter `epochs`. Use `local_variable_initializer()` to
Note: creates local counter `epochs`. Use `local_variables_initializer()` to
initialize local variables.
##### Args:

View File

@ -53,7 +53,7 @@ In addition, all output tensors' static shapes, as accessed via the
operations that depend on fixed batch_size would fail.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:

View File

@ -3,7 +3,7 @@
Produces the integers from 0 to limit-1 in a queue.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:

View File

@ -47,7 +47,7 @@ In addition, all output tensors' static shapes, as accessed via the
operations that depend on fixed batch_size would fail.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:

View File

@ -3,7 +3,7 @@
Output the rows of `input_tensor` to a queue for an input pipeline.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:

View File

@ -3,7 +3,7 @@
Output strings (e.g. filenames) to a queue for an input pipeline.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:

View File

@ -2910,7 +2910,7 @@ Save the list of files matching pattern, so it is only computed once.
Returns tensor `num_epochs` times and then raises an `OutOfRange` error.
Note: creates local counter `epochs`. Use `local_variable_initializer()` to
Note: creates local counter `epochs`. Use `local_variables_initializer()` to
initialize local variables.
##### Args:
@ -2938,7 +2938,7 @@ initialize local variables.
Output the rows of `input_tensor` to a queue for an input pipeline.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:
@ -2983,7 +2983,7 @@ Note: if `num_epochs` is not `None`, this function creates local counter
Produces the integers from 0 to limit-1 in a queue.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:
@ -3052,7 +3052,7 @@ is added to the current `Graph`'s `QUEUE_RUNNER` collection.
Output strings (e.g. filenames) to a queue for an input pipeline.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:
@ -3156,7 +3156,7 @@ In addition, all output tensors' static shapes, as accessed via the
operations that depend on fixed batch_size would fail.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args:
@ -3422,7 +3422,7 @@ In addition, all output tensors' static shapes, as accessed via the
operations that depend on fixed batch_size would fail.
Note: if `num_epochs` is not `None`, this function creates local counter
`epochs`. Use `local_variable_initializer()` to initialize local variables.
`epochs`. Use `local_variables_initializer()` to initialize local variables.
##### Args: