|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_mm_f16 | ( | Tensor2D_F16 * | y, |
| const Tensor2D_F16 * | x1, | ||
| const Tensor2D_F16 * | x2 | ||
| ) |
Performs a matrix multiplication of the matrices x1 and x2.
nn_mm_f16
| y | The output tensor, shape (n, p) |
| x1 | The first input tensor, shape (n, m) |
| x2 | The second input tensor, shape (m, p) |