cupy.bitwise_or#

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

Computes the bitwise OR of two arrays elementwise.

Only integer and boolean arrays are handled.

See also

numpy.bitwise_or