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

◆ NN_mul()

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

Returns the element-wise multiplication of two tensors.

out_i = a_i * b_i

Parameters
outthe output tensor
athe input tensor
bthe input tensor