Update generated Python Op docs.
Change: 144289849
This commit is contained in:
parent
58b4d147ea
commit
c4c927cb30
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Returns tensor `num_epochs` times and then raises an `OutOfRange` error.
|
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.
|
initialize local variables.
|
||||||
|
|
||||||
##### Args:
|
##### Args:
|
||||||
|
@ -53,7 +53,7 @@ In addition, all output tensors' static shapes, as accessed via the
|
|||||||
operations that depend on fixed batch_size would fail.
|
operations that depend on fixed batch_size would fail.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### Args:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Produces the integers from 0 to limit-1 in a queue.
|
Produces the integers from 0 to limit-1 in a queue.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### Args:
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ In addition, all output tensors' static shapes, as accessed via the
|
|||||||
operations that depend on fixed batch_size would fail.
|
operations that depend on fixed batch_size would fail.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### Args:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Output the rows of `input_tensor` to a queue for an input pipeline.
|
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
|
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:
|
##### Args:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Output strings (e.g. filenames) to a queue for an input pipeline.
|
Output strings (e.g. filenames) to a queue for an input pipeline.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### Args:
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
initialize local variables.
|
||||||
|
|
||||||
##### Args:
|
##### Args:
|
||||||
@ -2938,7 +2938,7 @@ initialize local variables.
|
|||||||
Output the rows of `input_tensor` to a queue for an input pipeline.
|
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
|
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:
|
##### 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.
|
Produces the integers from 0 to limit-1 in a queue.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### 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.
|
Output strings (e.g. filenames) to a queue for an input pipeline.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### 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.
|
operations that depend on fixed batch_size would fail.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### 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.
|
operations that depend on fixed batch_size would fail.
|
||||||
|
|
||||||
Note: if `num_epochs` is not `None`, this function creates local counter
|
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:
|
##### Args:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user