28 #include "aifes_config.h"
31 #ifdef AIFES_WITH_CMSIS
33 #ifndef AILAYER_DENSE_CMSIS
34 #define AILAYER_DENSE_CMSIS
Base layer implementation of the Dense layer.
ailayer_t * ailayer_dense_wt_q7_cmsis(ailayer_dense_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the Q7 AMR CMSIS implementation for transposed weights t...
ailayer_t * ailayer_dense_f32_cmsis(ailayer_dense_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the F32 CMSIS implementation.
General Dense layer structure.
Definition: ailayer_dense.h:71
AIfES layer interface.
Definition: aifes_core.h:252