cupy.bitwise_xor#

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

Computes the bitwise XOR of two arrays elementwise.

Only integer and boolean arrays are handled.