Functions required for inference of models.
Functions required for the training of models.
AIfES Express functions for weights with F32 (float32) data type.
AIfES Express functions for weights with Q7 (int8) data type.
Base layer implementation of the Dense layer.
Default implementation of the Dense layer .
Base layer implementation of the ELU activation layer.
Default implementation of the ELU layer .
Base layer implementation of the Leaky ReLU activation layer.
Default implementation of the Leaky ReLU layer .
Base layer implementation of the ReLU activation layer.
Default implementation of the ReLU layer .
Base layer implementation of the Sigmoid activation layer.
Default implementation of the Sigmoid layer .
Base layer implementation of the Softmax activation layer.
Default implementation of the Softmax layer .
Base layer implementation of the Softsign activation layer.
Default implementation of the Softsign layer .
Base layer implementation of the Tanh activation layer.
Default implementation of the Tanh layer .
Base loss implementation of the Cross-Entropy loss.
Default implementation of the Cross-Entropy loss .
Base loss implementation of the Mean Squared Error (MSE) loss.
Default implementation of the Mean Squared Error loss .
Basic data-type independent math operations.
Definition of the F32 (aif32) data-type.
Math functions for F32 data type, default implementation.
Definition of the Q31 (aiq31) data-type.
Math functions for Q31 data type, default implementation.
Definition of the Q7 (aiq7) data-type.
Math functions for Q7 data type, default implementation.
Definition of the U8 (aiu8) data-type.
Base optimizer implementation of the Adam optimizer
Default implementation of the Adam optimizer .
Base optimizer implementation of the Stochastic Gradient Descent (with momentum) optimizer.
Default implementation of the Stochastic Gradient Descend optimizer .