26 #ifndef AILOSS_CROSSENTROPY_DEFAULT
27 #define AILOSS_CROSSENTROPY_DEFAULT
Base loss implementation of the Cross-Entropy loss.
ailoss_t * ailoss_crossentropy_sparse8_f32_default(ailoss_crossentropy_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Cross-Entropy loss with the F32 default implementation for sparse labels ...
ailoss_t * ailoss_crossentropy_sum_f32_default(ailoss_crossentropy_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Cross-Entropy loss with the F32 default implementation using a sum reduct...
ailoss_t * ailoss_crossentropy_sum_sparse8_f32_default(ailoss_crossentropy_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Cross-Entropy loss with the F32 default implementation for sparse labels ...
ailoss_t * ailoss_crossentropy_mean_sparse8_f32_default(ailoss_crossentropy_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Cross-Entropy loss with the F32 default implementation for sparse labels ...
ailoss_t * ailoss_crossentropy_mean_f32_default(ailoss_crossentropy_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Cross-Entropy loss with the F32 default implementation using a mean reduc...
ailoss_t * ailoss_crossentropy_f32_default(ailoss_crossentropy_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Cross-Entropy loss with the F32 default implementation using a mean reduc...
Math functions for F32 data type, default implementation.
Math functions for Q7 data type, default implementation.
AIfES layer interface.
Definition: aifes_core.h:252
General Cross-Entropy loss struct.
Definition: ailoss_crossentropy.h:62
AIfES loss interface.
Definition: aifes_core.h:385