|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_mul1d_f16 | ( | Tensor1D_F16 * | y, |
| const Tensor1D_F16 * | x1, | ||
| const Tensor1D_F16 * | x2 | ||
| ) |
Multiplies x1 and x2 element-wise and stores the result in y.
nn_mul1d_f16
| y | The result tensor. |
| x1 | The first tensor. |
| x2 | The second tensor. |