Function tensorflow::ops::substr
source · pub fn substr<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
pos: O1,
len: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Substr::new().build(input, pos, len, scope)
.