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