range_dataset: Creates a dataset of a step-separated range of values.

View source: R/range_dataset.R

range_datasetR 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: tf$int64).


tfdatasets documentation built on June 30, 2022, 1:04 a.m.