AIfES 2 2.0.0
ailayer_relu_avr_pgm.h
Go to the documentation of this file.
1
31#include "aifes_config.h"
32
33#if __AVR__
34#ifdef AIFES_WITH_AVR_PGM
35
36#ifndef AILAYER_RELU_AVR_PGM_H
37#define AILAYER_RELU_AVR_PGM_H
38
41
42
43#define ailayer_relu_f32_avr_pgm ailayer_relu_f32_default
44
72
73#endif // AILAYER_RELU_AVR_PGM_H
74
75#endif // AIFES_WITH_AVR_PGM
76#endif // __AVR__
ailayer_t * ailayer_relu_q7_avr_pgm(ailayer_relu_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a ReLU layer with the Q7 AVR PGM implementation.
Default implementation of the ReLU layer .
Math functions for Q7 data type using AVR pgmspace.h library for constant data storage.
General ReLU layer struct.
Definition: ailayer_relu.h:54
AIfES layer interface.
Definition: aifes_core.h:252