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