logical_xor_

paddle.Tensor. logical_xor_ ( x, y, name=None )

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