cupy.fmax#

cupy.fmax = <ufunc 'cupy_fmax'>#

Takes the maximum of two arrays elementwise.

If NaN appears, it returns the other operand.

See also

numpy.fmax