tf.raw_ops.SnapshotDatasetReader
tf.raw_ops.SnapshotDatasetReader(
shard_dir,
start_index,
output_types,
output_shapes,
version,
compression='',
name=None
)
| Args |
shard_dir |
A Tensor of type string. |
start_index |
A Tensor of type int64. |
output_types |
A list of tf.DTypes that has length >= 1. |
output_shapes |
A list of shapes (each a tf.TensorShape or list of ints) that has length >= 1. |
version |
An int. |
compression |
An optional string. Defaults to "". |
name |
A name for the operation (optional). |
| Returns |
A Tensor of type variant. |