AIfES 2
2.0.0
ailayer_dense_cmsis.h
Go to the documentation of this file.
1
30
#if __arm__
31
#ifdef AIFES_WITH_CMSIS
32
33
#ifndef AILAYER_DENSE_CMSIS
34
#define AILAYER_DENSE_CMSIS
35
36
#include "
basic/base/ailayer/ailayer_dense.h
"
37
38
#include "
basic/cmsis/aimath/aimath_f32_cmsis.h
"
39
70
ailayer_t
*
ailayer_dense_f32_cmsis
(
ailayer_dense_t
*layer,
ailayer_t
*input_layer);
71
72
#endif
// AILAYER_DENSE_CMSIS
73
74
#endif
// AIFES_WITH_CMSIS
75
#endif
//__arm__
ailayer_dense.h
Base layer implementation of the Dense layer.
ailayer_dense_f32_cmsis
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.
aimath_f32_cmsis.h
ailayer_dense
General Dense layer structure.
Definition:
ailayer_dense.h:72
ailayer
AIfES layer interface.
Definition:
aifes_core.h:251
include
basic
cmsis
ailayer
ailayer_dense_cmsis.h
Generated by
1.9.1