AIfES 2  2.0.0
ailayer_elu_default.h
Go to the documentation of this file.
1 
28 #ifndef AILAYER_ELU_DEFAULT
29 #define AILAYER_ELU_DEFAULT
30 
32 
34 
35 typedef struct ailayer_elu_f32 ailayer_elu_f32_t;
36 
44 };
45 
65 
66 #endif // AILAYER_ELU_DEFAULT
Base layer implementation of the ELU activation layer.
ailayer_t * ailayer_elu_f32_default(ailayer_elu_f32_t *layer, ailayer_t *input_layer)
Initializes and connect an ELU layer with the F32 default implementation.
float aiscalar_f32_t
Scalar for F32 (aif32) data-type.
Definition: aimath_f32.h:101
Math functions for F32 data type, default implementation.
Data-type specific ELU layer struct for F32 .
Definition: ailayer_elu_default.h:41
aiscalar_f32_t alpha
Data-type specific parameter used to calculate ELU function for input values < 0.
Definition: ailayer_elu_default.h:43
ailayer_elu_t base
Inherited field members from general ailayer_elu struct.
Definition: ailayer_elu_default.h:42
General ELU layer struct.
Definition: ailayer_elu.h:53
AIfES layer interface.
Definition: aifes_core.h:251