AIfES 2  2.0.0
ailayer_input_default.h
Go to the documentation of this file.
1 
29 #ifndef AILAYER_INPUT_DEFAULT
30 #define AILAYER_INPUT_DEFAULT
31 
33 
35 
36 typedef struct ailayer_input ailayer_input_f32_t;
37 
58 
59 #endif // AILAYER_INPUT_DEFAULT
Base layer implementation of the Input layer.
ailayer_t * ailayer_input_f32_default(ailayer_input_f32_t *layer)
Initializes and connect an Input layer with the F32 default implementation.
Math functions for F32 data type, default implementation.
General Input layer structure.
Definition: ailayer_input.h:42
AIfES layer interface.
Definition: aifes_core.h:251