30 #ifndef AILAYER_SOFTSIGN_DEFAULT
31 #define AILAYER_SOFTSIGN_DEFAULT
Base layer implementation of the Softsign activation layer.
ailayer_t * ailayer_softsign_f32_default(ailayer_softsign_f32_t *layer, ailayer_t *input_layer)
Initializes and connect a Softsign layer with the F32 default implementation.
Math functions for F32 data type, default implementation.
General Softsign layer struct.
Definition: ailayer_softsign.h:51
AIfES layer interface.
Definition: aifes_core.h:251