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

Inplace version of bitwise_left_shift API, the output Tensor will be inplaced with input x. Please refer to bitwise_left_shift.