AIfES 2  2.0.0
aifes_basic_avr_pgm.h
Go to the documentation of this file.
1 
25 #define AIFES_WITH_AVR_PGM
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 // Include the math in avr pgm implementation
34 
35 // Include the layers in avr pgm implementation
44 
45 #ifdef __cplusplus
46 } // End extern "C"
47 #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.