Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ nn_add1d_i32()

void nn_add1d_i32 ( Tensor1D_I32 y,
const Tensor1D_I32 x1,
const Tensor1D_I32 x2 
)

nn_add1d_i32

Adds x1 and x2 element-wise and stores the result in y.

y[i] = x1[i] + x2[i]

Parameters
yThe result tensor.
x1The first tensor.
x2The second tensor.