Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
matmul.h File Reference
#include <assert.h>
#include "tensor.h"
#include "mm.h"
#include "mv.h"
Include dependency graph for matmul.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NN_matmul (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_matmul_t (Tensor *out, const Tensor *a, const Tensor *b)