cupy.minimum#

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

Takes the minimum of two arrays elementwise.

If NaN appears, it returns the NaN.

See also

numpy.minimum