AIfES 2  2.0.0
ailayer_softmax_default.h
Go to the documentation of this file.
1 
29 #ifndef AILAYER_SOFTMAX_DEFAULT
30 #define AILAYER_SOFTMAX_DEFAULT
31 
33 
35 
37 
55 
56 #endif // AILAYER_SOFTMAX_DEFAULT
Base layer implementation of the Softmax activation layer.
ailayer_t * ailayer_softmax_f32_default(ailayer_softmax_f32_t *layer, ailayer_t *input_layer)
Initializes and connect an Softmax layer with the F32 default implementation.
Math functions for F32 data type, default implementation.
General Softmax layer struct.
Definition: ailayer_softmax.h:54
AIfES layer interface.
Definition: aifes_core.h:251