Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
sgn.h
Go to the documentation of this file.
1#ifndef __NN_SGN_H
2#define __NN_SGN_H
3
4#include <stddef.h>
5#include <stdint.h>
6#include <math.h>
7
8
9void NN_sgn_f32(size_t n,
10 float *y, size_t incy,
11 const float *x, size_t incx
12 );
13
14
15#endif // __NN_SGN_H
void NN_sgn_f32(size_t n, float *y, size_t incy, const float *x, size_t incx)