Function tensorflow::ops::range_dataset
source · pub fn range_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
start: O0,
stop: O1,
step: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RangeDataset::new().build(start, stop, step, scope)
.