cupy.minimum#

cupy.minimum = <ufunc 'cupy_minimum'>#

Takes the minimum of two arrays elementwise.

If NaN appears, it returns the NaN.

See also

numpy.minimum