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