Roll the elements of an array along a specified axis.
Input array.
The number of places by which elements are shifted. If multiple, the shift is specified for each axis individually.
The axis or axes to roll. If null, the array is flattened, shifted, and then reshaped to its original shape.
null
Roll the elements of an array along a specified axis.