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

◆ NN_add()

void NN_add ( Tensor out,
const Tensor a,
const Tensor b 
)

Element-wise addition

C = A + B

For broadcast, b should be smaller dimension or shape than a.

Parameters
outthe output tensor
athe input tensor
bthe input tensor