cupy.logical_xor#

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

Computes the logical XOR of two arrays.