32 #include "aifes_config.h"
35 #ifdef AIFES_WITH_AVR_PGM
37 #ifndef AILAYER_DENSE_AVR_PGM_H
38 #define AILAYER_DENSE_AVR_PGM_H
ailayer_t * ailayer_dense_f32_avr_pgm(ailayer_dense_f32_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the F32 AVR PGM implementation.
ailayer_t * ailayer_dense_q7_avr_pgm(ailayer_dense_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the Q7 AVR PGM implementation.
ailayer_t * ailayer_dense_wt_q7_avr_pgm(ailayer_dense_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the Q7 AVR PGM implementation.
Default implementation of the Dense layer .
Math functions for F32 data type using AVR pgmspace.h library for constant data storage.
Math functions for Q7 data type using AVR pgmspace.h library for constant data storage.
General Dense layer structure.
Definition: ailayer_dense.h:71
AIfES layer interface.
Definition: aifes_core.h:252