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

◆ NN_add_inplace()

void NN_add_inplace ( Tensor b,
const Tensor a 
)

Element-wise addition

B += A

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

Parameters
bthe target tensor
athe input tensor