AIfES 2 2.0.0
aifes_basic_avr_pgm.h
Go to the documentation of this file.
1
28#define AIFES_WITH_AVR_PGM
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34// Include the math in avr pgm implementation
37
38// Include the layers in avr pgm implementation
47
48#ifdef __cplusplus
49} // End extern "C"
50#endif
Implementation of the Dense layer with parameters in PROGMEM for AVR contoller.
AVR PGM implementation of the ELU layer .
AVR PGM implementation of the Leaky ReLU layer .
AVR PGM implementation of the ReLU layer .
AVR PGM implementation of the Sigmoid layer .
AVR PGM implementation of the Softmax layer .
AVR PGM implementation of the Softsign layer .
AVR PGM implementation of the Tanh 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.