AIfES 2 2.0.0
ailayer_dense_cmsis.h
Go to the documentation of this file.
1
31#include "aifes_config.h"
32
33#if __arm__
34#ifdef AIFES_WITH_CMSIS
35
36#ifndef AILAYER_DENSE_CMSIS
37#define AILAYER_DENSE_CMSIS
38
40
44
76
120//ailayer_t *ailayer_dense_q31_cmsis(ailayer_dense_t *layer, ailayer_t *input_layer);
121
190
191#endif // AILAYER_DENSE_CMSIS
192
193#endif // AIFES_WITH_CMSIS
194#endif //__arm__
Base layer implementation of the Dense layer.
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.
ailayer_t * ailayer_dense_wt_q7_cmsis(ailayer_dense_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the Q31 CMSIS implementation.
General Dense layer structure.
Definition: ailayer_dense.h:74
AIfES layer interface.
Definition: aifes_core.h:252