add#

rbc.stdlib.elementwise_functions.add(x1, x2)#

Calculates the sum for each element x1_i of the input array x1 with the respective element x2_i of the input array x2.

Array-API ‘add’ doc