AIfES 2  2.0.0
ailoss_mse_default.h
Go to the documentation of this file.
1 
29 #ifndef AILOSS_MSE_DEFAULT
30 #define AILOSS_MSE_DEFAULT
31 
33 
35 
36 typedef struct ailoss_mse ailoss_mse_f32_t;
37 
57 
58 #endif // AILOSS_MSE_DEFAULT
Base loss implementation of the Mean Squared Error (MSE) loss.
ailoss_t * ailoss_mse_f32_default(ailoss_mse_f32_t *loss, ailayer_t *input_layer)
Initializes and connect a Mean Squared Error loss with the F32 default implementation.
Math functions for F32 data type, default implementation.
AIfES layer interface.
Definition: aifes_core.h:251
General Mean Squared Error (MSE) loss struct.
Definition: ailoss_mse.h:53
AIfES loss interface.
Definition: aifes_core.h:360