cupy.fmin#

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

逐元素取两个数组的最小值。

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

另请参阅

numpy.fmin