AIfES 2 2.0.0
ailayer_dense_avr_pgm.h
Go to the documentation of this file.
1
35#include "aifes_config.h"
36
37#if __AVR__
38#ifdef AIFES_WITH_AVR_PGM
39
40#ifndef AILAYER_DENSE_AVR_PGM_H
41#define AILAYER_DENSE_AVR_PGM_H
42
46
94
164
236
237#endif // AILAYER_DENSE_AVR_PGM_H
238
239#endif // AIFES_WITH_AVR_PGM
240#endif // __AVR__
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.
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.
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:74
AIfES layer interface.
Definition: aifes_core.h:252