bitwise_right_shift =================== 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``. **Abstract Signature:** ``bitwise_right_shift(x1: Union[array, int], x2: Union[array, int])`` .. raw:: html