bitwise_right_shift#

rbc.stdlib.elementwise_functions.bitwise_right_shift(x1, x2)#

Shifts the bits of each element x1_i of the input array x1 to the right by appending x2_i (i.e., the respective element in the input array x2) zeros to the right of x1_i.

Array-API ‘bitwise_right_shift’ doc