|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_add2d_i32 | ( | Tensor2D_I32 * | y, |
| const Tensor2D_I32 * | x1, | ||
| const Tensor2D_I32 * | x2 | ||
| ) |
Adds x1 and x2 element-wise and stores the result in y.
nn_add2d_i32
y[i][j] = x1[i][j] + x2[i][j]
| y | The result tensor. |
| x1 | The first tensor. |
| x2 | The second tensor. |