29 #ifndef AILAYER_SIGMOID_DEFAULT
30 #define 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.
uint8_t ailayer_sigmoid_get_result_bound_f32_default(const ailayer_t *self, const uint8_t selector, void *result_bound)
Get the value bounds for Sigmoid layers.
Math functions for F32 data type, default implementation.
General Sigmoid layer struct.
Definition: ailayer_sigmoid.h:50
AIfES layer interface.
Definition: aifes_core.h:251