torch.Tensor.Tensor.bitwise_xor_ Tensor.bitwise_xor_(other: Tensor): this Computes bitwise XOR in-place. Parameters otherTensorTensor to XOR with Returns this– this tensor after modification See Also PyTorch tensor.bitwise_xor_()