AIfES 2  2.0.0
ailayer_relu_default.h
Go to the documentation of this file.
1 
29 #ifndef AILAYER_RELU_DEFAULT
30 #define AILAYER_RELU_DEFAULT
31 
33 
35 
36 typedef struct ailayer_relu ailayer_relu_f32_t;
37 
55 
56 #endif // AILAYER_RELU_DEFAULT
Base layer implementation of the ReLU activation layer.
ailayer_t * ailayer_relu_f32_default(ailayer_relu_f32_t *layer, ailayer_t *input_layer)
Initializes and connect a ReLU layer with the F32 default implementation.
Math functions for F32 data type, default implementation.
General ReLU layer struct.
Definition: ailayer_relu.h:54
AIfES layer interface.
Definition: aifes_core.h:251