Gets next element for the provided shard number.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.raw_ops.MultiDeviceIteratorGetNextFromShard(
multi_device_iterator,
shard_num,
incarnation_id,
output_types,
output_shapes,
name=None
)
Args | |
---|---|
multi_
|
A Tensor of type resource .
A MultiDeviceIterator resource.
|
shard_
|
A Tensor of type int32 .
Integer representing which shard to fetch data for.
|
incarnation_
|
A Tensor of type int64 .
Which incarnation of the MultiDeviceIterator is running.
|
output_
|
A list of tf. that has length >= 1 .
The type list for the return values.
|
output_
|
A list of shapes (each a tf.TensorShape or list of ints ) that has length >= 1 .
The list of shapes being produced.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A list of Tensor objects of type output_ .
|