Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
norm.h
Go to the documentation of this file.
1#ifndef __NN_NORM_H
2#define __NN_NORM_H
3
4#include <assert.h>
5#include <math.h>
6
7#include "tensor.h"
8
9
15void NN_norm(Tensor *scalar, const Tensor *x);
16
17
18#endif // __NN_NORM_H
void NN_norm(Tensor *scalar, const Tensor *x)
Definition: tensor.h:36