cupy.greater#

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

Tests elementwise if x1 > x2.

See also

numpy.greater