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

Go to the source code of this file.

Functions

void NN_fill_u8 (size_t n, uint8_t *y, size_t incy, uint8_t s)
 
void NN_fill_i8 (size_t n, int8_t *y, size_t incy, int8_t s)
 
void NN_fill_i16 (size_t n, int16_t *y, size_t incy, int16_t s)
 
void NN_fill_i32 (size_t n, int32_t *y, size_t incy, int32_t s)
 
void NN_fill_f16 (size_t n, float16_t *y, size_t incy, float16_t s)
 
void NN_fill_f32 (size_t n, float *y, size_t incy, float s)