cupy.greater_equal#

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

逐元素测试 x1 >= x2 是否为真。

另请参阅

numpy.greater_equal