tf.raw_ops.MultiDeviceIteratorGetNextFromShard

Gets next element for the provided shard number.

multi_device_iteratorA Tensor of type resource. A MultiDeviceIterator resource.
shard_numA Tensor of type int32. Integer representing which shard to fetch data for.
incarnation_idA Tensor of type int64. Which incarnation of the MultiDeviceIterator is running.
output_typesA list of tf.DTypes that has length >= 1. The type list for the return values.
output_shapesA list of shapes (each a tf.TensorShape or list of ints) that has length >= 1. The list of shapes being produced.
nameA name for the operation (optional).

A list of Tensor objects of type output_types.