31#include "aifes_config.h"
34#ifdef AIFES_WITH_AVR_PGM
36#ifndef AILAYER_SOFTSIGN_AVR_PGM_H
37#define AILAYER_SOFTSIGN_AVR_PGM_H
43#define ailayer_softsign_f32_avr_pgm ailayer_softsign_f32_default
ailayer_t * ailayer_softsign_q7_avr_pgm(ailayer_softsign_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Softsign layer with the Q7 AVR PGM implementation.
Default implementation of the Softsign layer .
Math functions for Q7 data type using AVR pgmspace.h library for constant data storage.
General Softsign layer struct.
Definition: ailayer_softsign.h:51
AIfES layer interface.
Definition: aifes_core.h:252