SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_porting.h
Go to the documentation of this file.
1
#ifndef _MA_PORTING_H_
2
#define _MA_PORTING_H_
3
4
#include <
porting/ma_misc.h
>
5
#include <
porting/ma_osal.h
>
6
7
#include <
porting/ma_camera.h
>
8
#include <
porting/ma_device.h
>
9
#include <
porting/ma_sensor.h
>
10
#include <
porting/ma_storage.h
>
11
#include <
porting/ma_transport.h
>
12
13
#if __has_include(<ma_porting_posix.h>)
14
#include <ma_porting_posix.h>
15
#endif
16
17
#if __has_include(<ma_porting_platform.h>)
18
#include <ma_porting_platform.h>
19
#endif
20
21
#endif
// _MA_PORTING_H_
ma_camera.h
ma_device.h
ma_misc.h
ma_osal.h
ma_sensor.h
ma_storage.h
ma_transport.h
sscma
porting
ma_porting.h
Generated by
1.9.1