[ 仅参数名不一致 ]torch.Tensor.bitwise_xor_

torch.Tensor.bitwise_xor_

torch.Tensor.bitwise_xor_(other)

paddle.Tensor.bitwise_xor_

paddle.Tensor.bitwise_xor_(y)

两者功能一致且参数用法一致,仅参数名不一致,具体如下:

参数映射

PyTorch PaddlePaddle 备注
other y 表示输入的 Tensor ,仅参数名不一致。