cupy.bitwise_and#

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

Computes the bitwise AND of two arrays elementwise.

Only integer and boolean arrays are handled.