bitwise_and_¶
- paddle. bitwise_and_ ( x, y, name=None ) [source]
-
Inplace version of
bitwise_and
API, the output Tensor will be inplaced with inputx
. Please refer to bitwise_and.
Inplace version of bitwise_and
API, the output Tensor will be inplaced with input x
. Please refer to bitwise_and.