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
Arguments | Description |
---|---|
from | Range start |
to | Range end (exclusive) |
by | Increment of the sequence |
… | ignored |
dtype | Output dtype. (Optional, default: tf$int64 ). |