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