Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
sum.h
Go to the documentation of this file.
1#ifndef __NN_SUM_H
2#define __NN_SUM_H
3
4#include <assert.h>
5
6#include "tensor.h"
7#include "ops/sum.h"
8
9
16void NN_sum(Tensor *out, const Tensor *tensor);
17
18
19#endif // __NN_SUM_H
void NN_sum(Tensor *out, const Tensor *tensor)
Definition: tensor.h:36