cupy.bitwise_or#

cupy.bitwise_or = <ufunc 'cupy_bitwise_or'>#

Computes the bitwise OR of two arrays elementwise.

Only integer and boolean arrays are handled.

See also

numpy.bitwise_or