np_add
Add two arrays element-wise to produce a new array with the sum of corresponding elements.
Instructions
Element-wise addition of two arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First input array. | |
| b | Yes | Second input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |