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