SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_version.h
Go to the documentation of this file.
1 #ifndef _MA_VERSION_H_
2 #define _MA_VERSION_H_
3 
4 #define MA_MAJOR_VERSION 2
5 #define MA_MINOR_VERSION 0
6 #define MA_PATCH_VERSION 0
7 
8 #define MA_AT_API_VERSION "v0"
9 
10 #define __MA_VERSION__ MA_MAJOR_VERSION "." MA_MINOR_VERSION "." MA_PATCH_VERSION
11 
12 
13 #endif