tf.raw_ops.RangeDataset

Creates a dataset with a range of values. Corresponds to python's xrange.

startA Tensor of type int64. corresponds to start in python's xrange().
stopA Tensor of type int64. corresponds to stop in python's xrange().
stepA Tensor of type int64. corresponds to step in python's xrange().
output_typesA list of tf.DTypes that has length >= 1.
output_shapesA list of shapes (each a tf.TensorShape or list of ints) that has length >= 1.
metadataAn optional string. Defaults to "".
replicate_on_splitAn optional bool. Defaults to False.
nameA name for the operation (optional).

A Tensor of type variant.