range_dataset: Creates a dataset of a step-separated range of values.
Description
Creates a dataset of a step-separated range of values.
Usage
range_dataset(from = 0, to = 0, by = 1, ..., dtype = tf$int64)
Arguments
by
Increment of the sequence
dtype
Output dtype. (Optional, default: tf$int64
).