cupy.right_shift#

cupy.right_shift()#

bitwise_right_shift(x1, x2, /, out=None, *, casting=’same_kind’, dtype=None)

Shifts the bits of each integer element to the right.

Only integer arrays are handled