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