cupy.add#

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

对两个数组执行按元素加法。

另请参阅

numpy.add