SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_model.h
Go to the documentation of this file.
1 #ifndef _MA_MODEL_H_
2 #define _MA_MODEL_H_
3 
4 #include "../model/ma_model_base.h"
5 #include "../model/ma_model_factory.h"
6 
7 #endif // _MA_MODEL_H_