bitwise_right_shift

odl.bitwise_right_shift(x1, x2, out=None)

Shifts the bits of each element x1_i of the input array x1 to the right according to the respective element x2_i of the input array x2.