AIfES 2  2.0.0
ailayer_sigmoid_default.h
Go to the documentation of this file.
1 
27 #ifndef AILAYER_SIGMOID_DEFAULT
28 #define AILAYER_SIGMOID_DEFAULT
29 
31 
35 
36 #define AILAYER_SIGMOID_F32_M() {{0,}}
37 #define AILAYER_SIGMOID_F32_A() {{0,}}
38 #define AILAYER_SIGMOID_Q31_M() {{0,}}
39 #define AILAYER_SIGMOID_Q31_A() {{0,}}
40 #define AILAYER_SIGMOID_Q7_M() {{0,}}
41 #define AILAYER_SIGMOID_Q7_A() {{0,}}
42 
46 
68 
93 
119 
129 
139 
140 #endif // AILAYER_SIGMOID_DEFAULT
Base layer implementation of the Sigmoid activation layer.
ailayer_t * ailayer_sigmoid_f32_default(ailayer_sigmoid_f32_t *layer, ailayer_t *input_layer)
Initializes and connect a Sigmoid layer with the F32 default implementation.
ailayer_t * ailayer_sigmoid_q31_default(ailayer_sigmoid_q31_t *layer, ailayer_t *input_layer)
Initializes and connect a Sigmoid layer with the Q31 default implementation.
void ailayer_sigmoid_calc_result_tensor_params_q7_default(ailayer_t *self)
Calculate and set the quantization parameters for the result tensor of the sigmoid Q7 default implem...
void ailayer_sigmoid_calc_result_tensor_params_q31_default(ailayer_t *self)
Calculate and set the quantization parameters for the result tensor of the sigmoid Q31 default imple...
ailayer_t * ailayer_sigmoid_q7_default(ailayer_sigmoid_q7_t *layer, ailayer_t *input_layer)
Initializes and connect a Sigmoid 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 Sigmoid layer struct.
Definition: ailayer_sigmoid.h:47
AIfES layer interface.
Definition: aifes_core.h:252