28 #include "aifes_config.h"
31 #ifdef AIFES_WITH_AVR_PGM
33 #ifndef AILAYER_ELU_AVR_PGM_H
34 #define AILAYER_ELU_AVR_PGM_H
40 #define ailayer_elu_f32_avr_pgm ailayer_elu_f32_default
ailayer_t * ailayer_elu_q7_avr_pgm(ailayer_elu_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a ELU layer with the Q7 AVR PGM implementation.
Default implementation of the ELU layer .
Math functions for Q7 data type using AVR pgmspace.h library for constant data storage.
Data-type specific ELU layer struct for Q7 .
Definition: ailayer_elu_default.h:67
AIfES layer interface.
Definition: aifes_core.h:252