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