AIfES 2  2.0.0
ailayer_dense_default.h
Go to the documentation of this file.
1 
29 #ifndef AILAYER_DENSE_DEFAULT
30 #define AILAYER_DENSE_DEFAULT
31 
34 
35 typedef struct ailayer_dense ailayer_dense_f32_t;
36 
68 
69 #endif // AILAYER_DENSE_DEFAULT
Base layer implementation of the Dense layer.
ailayer_t * ailayer_dense_f32_default(ailayer_dense_f32_t *layer, ailayer_t *input_layer)
Initializes and connect a Dense layer with the F32 default implementation.
Math functions for F32 data type, default implementation.
General Dense layer structure.
Definition: ailayer_dense.h:72
AIfES layer interface.
Definition: aifes_core.h:251