Correct typo and better doc.
PiperOrigin-RevId: 308898378 Change-Id: I0ec7d91a7398b0470ca8ded6d9b2609ca737c8b2
This commit is contained in:
parent
cd893cfb6a
commit
d89b24ff13
@ -556,8 +556,8 @@ class InfeedQueue(object):
|
|||||||
"""Generates the host-side Ops to enqueue the shards of a tuple.
|
"""Generates the host-side Ops to enqueue the shards of a tuple.
|
||||||
|
|
||||||
sharded_inputs is a list, one for each shard, of lists of
|
sharded_inputs is a list, one for each shard, of lists of
|
||||||
Tensors. sharded_inputs[0] is the tuple of Tensors to use to feed
|
Tensors. sharded_inputs[i] is the tuple of Tensors to use to feed
|
||||||
shard 0 if the queue. Returns the host-side Ops that must be run to
|
shard i of the queue. Returns the host-side Ops that must be run to
|
||||||
enqueue the sharded tuple. The Op for shard i is colocated with the inputs
|
enqueue the sharded tuple. The Op for shard i is colocated with the inputs
|
||||||
for shard i.
|
for shard i.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user