AIfES 2  2.0.0
aifes_cnn.h
Go to the documentation of this file.
1 
24 #ifndef AIFES_CNN_H
25 #define AIFES_CNN_H
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 // Include the layer base implementations
36 
37 // ---------------------------- Module default implementations -----------------------
38 // (Fallback functions if no hardware optimized implementation available)
39 
40 // Include the math in default implementation
42 
43 // Include the layers in default implementation
48 
49 
50 #ifdef __cplusplus
51 } // End extern "C"
52 #endif
53 
54 #endif // AIFES_CNN_H
Base layer implementation of the Batch Normalization layer.
Default implementation of the Batch Normalization layer .
Base layer implementation of the Conv2D layer.
Default implementation of the Conv2D layer .
Base layer implementation of the MaxPool2D layer.
Default implementation of the MaxPool2D layer .
Base layer implementation of the Reshape layer.
Default implementation of the Reshape layer .
Math functions for F32 data type, CNN-specific implementation.