SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_core.h
Go to the documentation of this file.
1 #ifndef _MA_CORE_H_
2 #define _MA_CORE_H_
3 
4 #include "ma_common.h"
5 
6 #include "cv/ma_cv.h"
7 #include "engine/ma_engine.h"
8 #include "model/ma_model.h"
9 
10 #include "utils/ma_base64.h"
11 #include "utils/ma_nms.h"
12 #include "utils/ma_ringbuffer.hpp"
13 
14 #include "pipeline/ma_executor.hpp"
15 
16 #endif // _MA_CORE_H_