bitwise_right_shift_¶
- paddle. bitwise_right_shift_ ( x, y, is_arithmetic=True, out=None, name=None ) [source]
-
Inplace version of
bitwise_right_shift
API, the output Tensor will be inplaced with inputx
. Please refer to bitwise_left_shift.