SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_engine.h
Go to the documentation of this file.
1
#ifndef _MA_ENGINE_H_
2
#define _MA_ENGINE_H_
3
4
#include "
ma_engine_base.h
"
5
6
#ifdef MA_USE_ENGINE_TFLITE
7
#include "
ma_engine_tflite.h
"
8
using
EngineDefault = ma::engine::EngineTFLite;
9
#endif
10
11
#ifdef MA_USE_ENGINE_CVI
12
#include "
ma_engine_cvi.h
"
13
using
EngineDefault = ma::engine::EngineCVI;
14
#endif
15
16
#ifdef MA_USE_ENGINE_HALIO
17
#include "
ma_engine_halio.h
"
18
using
EngineDefault = ma::engine::EngineHalio;
19
#endif
20
21
#endif
// _MA_ENGINE_H_
ma_engine_base.h
ma_engine_cvi.h
ma_engine_halio.h
ma_engine_tflite.h
sscma
core
engine
ma_engine.h
Generated by
1.9.1