cupy.bitwise_xor#

cupy.bitwise_xor(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

按元素计算两个数组的按位异或。

仅处理整数和布尔数组。

另请参阅

numpy.bitwise_xor