range_dataset {tfdatasets} | R Documentation |
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
from |
Range start |
to |
Range end (exclusive) |
by |
Increment of the sequence |
... |
ignored |
dtype |
Output dtype. (Optional, default: |
[Package tfdatasets version 2.17.0 Index]