30 #ifndef AILAYER_TANH_DEFAULT
31 #define AILAYER_TANH_DEFAULT
Base layer implementation of the Tanh activation layer.
uint8_t ailayer_tanh_get_result_bound_f32_default(const ailayer_t *self, const uint8_t selector, void *result_bound)
Get valid value range of output of tanh layer.
ailayer_t * ailayer_tanh_f32_default(ailayer_tanh_f32_t *layer, ailayer_t *input_layer)
Initializes and connect an Tanh layer with the F32 default implementation.
Math functions for F32 data type, default implementation.
General Tanh layer struct.
Definition: ailayer_tanh.h:50
AIfES layer interface.
Definition: aifes_core.h:251