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