SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_common.h
Go to the documentation of this file.
1 
2 #ifndef _MA_COMMON_H_
3 #define _MA_COMMON_H_
4 
5 #include "../porting/ma_misc.h"
6 
7 #include "ma_version.h"
8 
9 #include "ma_compiler.h"
10 #include "ma_config_internal.h"
11 
12 #include "ma_debug.h"
13 #include "ma_definations.h"
14 #include "ma_exception.h"
15 #include "ma_types.h"
16 
17 #define MA_VERSION "2024.11.13"
18 #define MA_VERSION_LENTH_MAX 32
19 
20 #endif // MA_COMMON_H