cupy.fmax#

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

Takes the maximum of two arrays elementwise.

If NaN appears, it returns the other operand.

See also

numpy.fmax