Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
abs.h
Go to the documentation of this file.
1#ifndef __NN_ABS_H
2#define __NN_ABS_H
3
4#include <assert.h>
5
6#include "tensor.h"
7#include "ops/abs.h"
8
9
18void NN_abs(Tensor *out, const Tensor *input);
19
21
22
23#endif // __NN_ABS_H
void NN_abs(Tensor *out, const Tensor *input)
void NN_abs_inplace(Tensor *x)
Definition: tensor.h:36