torch.bitwise_xor(input, other, *, out=None) → Tensor. 计算 input 和 other 的按位XOR 。输入张量必须是整数或布尔类型。对于布尔张量,它计算逻辑XOR。
確定! 回上一頁