cupy.fmax#

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

按元素取两个数组的最大值。

如果出现 NaN,则返回另一个操作数。

另请参阅

numpy.fmax