SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
sscma.h
Go to the documentation of this file.
1 
2 
3 
4 #ifndef _MA_SSCMA_H_
5 #define _MA_SSCMA_H_
6 
7 #include <core/ma_core.h>
8 #include <porting/ma_porting.h>
9 #include <server/ma_server.h>
10 
11 // using namespace ma;
12 
13 #endif // _MA_SSCMA_H_