SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_client.h
Go to the documentation of this file.
1 #ifndef _MA_CLIENT_H_
2 #define _MA_CLIENT_H_
3 
4 #include <string>
5 #include <vector>
6 
7 #include "ma_client_at.h"
8 
9 #endif // _MA_CLIENT_H_