AIfES 2  2.0.0
ailayer_softsign_default.h
Go to the documentation of this file.
1 
28 #ifndef AILAYER_SOFTSIGN_DEFAULT
29 #define AILAYER_SOFTSIGN_DEFAULT
30 
32 
36 
37 #define AILAYER_SOFTSIGN_F32_M() {{0,}}
38 #define AILAYER_SOFTSIGN_F32_A() {{0,}}
39 #define AILAYER_SOFTSIGN_Q31_M() {{0,}}
40 #define AILAYER_SOFTSIGN_Q31_A() {{0,}}
41 #define AILAYER_SOFTSIGN_Q7_M() {{0,}}
42 #define AILAYER_SOFTSIGN_Q7_A() {{0,}}
43 
47 
69 
95 
121 
131 
141 
142 #endif // AILAYER_SOFTSIGN_DEFAULT
Base layer implementation of the Softsign activation layer.
void ailayer_softsign_calc_result_tensor_params_q7_default(ailayer_t *self)
Calculate and set the quantization parameters for the result tensor of the softsign Q7 default imple...
void ailayer_softsign_calc_result_tensor_params_q31_default(ailayer_t *self)
Calculate and set the quantization parameters for the result tensor of the softsign Q31 default impl...
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.
ailayer_t * ailayer_softsign_q31_default(ailayer_softsign_q31_t *layer, ailayer_t *input_layer)
Initializes and connect a Softsign layer with the Q31 default implementation.
ailayer_t * ailayer_softsign_q7_default(ailayer_softsign_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Softsign layer with the Q7 default implementation.
Math functions for F32 data type, default implementation.
Math functions for Q31 data type, default implementation.
Math functions for Q7 data type, default implementation.
General Softsign layer struct.
Definition: ailayer_softsign.h:48
AIfES layer interface.
Definition: aifes_core.h:252