logical_xor_¶
- paddle.Tensor. logical_xor_ ( x: Tensor, y: Tensor, name: str | None = None ) Tensor
-
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.