|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_dot_f16 | ( | Tensor1D_F16 * | y, |
| const Tensor1D_F16 * | x1, | ||
| const Tensor1D_F16 * | x2 | ||
| ) |
Performs a dot product of two 1D tensors with type F16.
nn_dot_f16
| y | The result tensor. |
| x1 | The first tensor. |
| x2 | The second tensor. |