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

◆ NN_sub()

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

Element-wise subtraction

C = A - B

Broadcast is only supported between tensor with same dimensions.

Parameters
outthe output tensor
athe input tensor
bthe input tensor