Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
acc1.h File Reference
#include <stddef.h>
#include "float16.h"
Include dependency graph for acc1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NN_acc1_i8 (size_t n, int8_t *y, size_t incy, int8_t s)
 
void NN_acc1_i16 (size_t n, int16_t *y, size_t incy, int16_t s)
 
void NN_acc1_i32 (size_t n, int32_t *y, size_t incy, int32_t s)
 
void NN_acc1_f16 (size_t n, float16_t *y, size_t incy, float16_t s)
 
void NN_acc1_f32 (size_t n, float *y, size_t incy, float s)