cupy.add#

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

Adds two arrays elementwise.

See also

numpy.add