Update generated Python Op docs.
Change: 126314412
This commit is contained in:
parent
e19437c09a
commit
cfbb4beda1
@ -5083,7 +5083,7 @@ Use `parse_fn` if you need to do parsing / processing on single examples.
|
|||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
### `tf.contrib.learn.read_batch_features(file_pattern, batch_size, features, reader, randomize_input=True, num_epochs=None, queue_capacity=10000, reader_num_threads=1, parser_num_threads=1, read_batch_size=1, name=None)` {#read_batch_features}
|
### `tf.contrib.learn.read_batch_features(file_pattern, batch_size, features, reader, randomize_input=True, num_epochs=None, queue_capacity=10000, reader_num_threads=1, parser_num_threads=1, name=None)` {#read_batch_features}
|
||||||
|
|
||||||
Adds operations to read, queue, batch and parse `Example` protos.
|
Adds operations to read, queue, batch and parse `Example` protos.
|
||||||
|
|
||||||
@ -5115,7 +5115,6 @@ All ops are added to the default graph.
|
|||||||
* <b>`queue_capacity`</b>: Capacity for input queue.
|
* <b>`queue_capacity`</b>: Capacity for input queue.
|
||||||
* <b>`reader_num_threads`</b>: The number of threads to read examples.
|
* <b>`reader_num_threads`</b>: The number of threads to read examples.
|
||||||
* <b>`parser_num_threads`</b>: The number of threads to parse examples.
|
* <b>`parser_num_threads`</b>: The number of threads to parse examples.
|
||||||
* <b>`read_batch_size`</b>: An int or scalar `Tensor` specifying the number of
|
|
||||||
records to read at once
|
records to read at once
|
||||||
* <b>`name`</b>: Name of resulting op.
|
* <b>`name`</b>: Name of resulting op.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
### `tf.contrib.learn.read_batch_features(file_pattern, batch_size, features, reader, randomize_input=True, num_epochs=None, queue_capacity=10000, reader_num_threads=1, parser_num_threads=1, read_batch_size=1, name=None)` {#read_batch_features}
|
### `tf.contrib.learn.read_batch_features(file_pattern, batch_size, features, reader, randomize_input=True, num_epochs=None, queue_capacity=10000, reader_num_threads=1, parser_num_threads=1, name=None)` {#read_batch_features}
|
||||||
|
|
||||||
Adds operations to read, queue, batch and parse `Example` protos.
|
Adds operations to read, queue, batch and parse `Example` protos.
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ All ops are added to the default graph.
|
|||||||
* <b>`queue_capacity`</b>: Capacity for input queue.
|
* <b>`queue_capacity`</b>: Capacity for input queue.
|
||||||
* <b>`reader_num_threads`</b>: The number of threads to read examples.
|
* <b>`reader_num_threads`</b>: The number of threads to read examples.
|
||||||
* <b>`parser_num_threads`</b>: The number of threads to parse examples.
|
* <b>`parser_num_threads`</b>: The number of threads to parse examples.
|
||||||
* <b>`read_batch_size`</b>: An int or scalar `Tensor` specifying the number of
|
|
||||||
records to read at once
|
records to read at once
|
||||||
* <b>`name`</b>: Name of resulting op.
|
* <b>`name`</b>: Name of resulting op.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user