Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
mm.h
Go to the documentation of this file.
1#ifndef __NN_MM_H
2#define __NN_MM_H
3
4#include <stddef.h>
5#include <stdint.h>
6
7#include "float16.h"
8
9
10void NN_mm_t_f32(size_t m, size_t n, size_t k, float *y, const float *x1, const float *x2);
11
12
13#endif // __NN_MM_H
void NN_mm_t_f32(size_t m, size_t n, size_t k, float *y, const float *x1, const float *x2)