cupy.not_equal#

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

逐元素测试 x1 != x2

另请参阅

numpy.equal