[ 仅参数名不一致 ]torch.logical_xor¶
torch.logical_xor¶
torch.logical_xor(input, other, *, out=None)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 表示输入的 Tensor ,仅参数名不一致。 |
other | y | 表示输入的 Tensor ,仅参数名不一致。 |
out | out | 表示输出的 Tensor 。 |
torch.logical_xor(input, other, *, out=None)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 表示输入的 Tensor ,仅参数名不一致。 |
other | y | 表示输入的 Tensor ,仅参数名不一致。 |
out | out | 表示输出的 Tensor 。 |