AIfES 2  2.0.0
ailayer_sigmoid_avr_pgm.h
Go to the documentation of this file.
1 
28 #include "aifes_config.h"
29 
30 #if __AVR__
31 #ifdef AIFES_WITH_AVR_PGM
32 
33 #ifndef AILAYER_SIGMOID_AVR_PGM_H
34 #define AILAYER_SIGMOID_AVR_PGM_H
35 
38 
39 
40 #define ailayer_sigmoid_f32_avr_pgm ailayer_sigmoid_f32_default
41 
69 
70 #endif // AILAYER_SIGMOID_AVR_PGM_H
71 
72 #endif // AIFES_WITH_AVR_PGM
73 #endif // __AVR__
ailayer_t * ailayer_sigmoid_q7_avr_pgm(ailayer_sigmoid_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Sigmoid layer with the Q7 AVR PGM implementation.
Default implementation of the Sigmoid layer .
Math functions for Q7 data type using AVR pgmspace.h library for constant data storage.
General Sigmoid layer struct.
Definition: ailayer_sigmoid.h:47
AIfES layer interface.
Definition: aifes_core.h:252