cupy.logical_or#

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

Computes the logical OR of two arrays.

See also

numpy.logical_or