AIfES 2  2.0.0
ailayer_leaky_relu_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_LEAKY_RELU_AVR_PGM_H
34 #define AILAYER_LEAKY_RELU_AVR_PGM_H
35 
38 
39 
40 #define ailayer_leaky_relu_f32_avr_pgm ailayer_leaky_relu_f32_default
41 
72 
73 #endif // AILAYER_LEAKY_RELU_AVR_PGM_H
74 
75 #endif // AIFES_WITH_AVR_PGM
76 #endif // __AVR__
ailayer_t * ailayer_leaky_relu_q7_avr_pgm(ailayer_leaky_relu_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Leaky ReLU layer with the Q7 AVR PGM implementation.
Default implementation of the Leaky ReLU layer .
Math functions for Q7 data type using AVR pgmspace.h library for constant data storage.
Data-type specific Leaky ReLU layer struct for Q7 .
Definition: ailayer_leaky_relu_default.h:69
AIfES layer interface.
Definition: aifes_core.h:252