wx_human_seg 3.0.0
wx_api.h
Go to the documentation of this file.
1
5#ifndef WX_HUMAN_SEG_WX_API_H
6#define WX_HUMAN_SEG_WX_API_H
7
8#ifndef WX_API
9#ifdef WIN32
10#ifdef DLL_EXPORT
11#define WX_API __declspec(dllexport)
12#else
13#define WX_API __declspec(dllimport)
14#endif
15#else
16#define WX_API
17#endif
18#endif
19
21typedef enum WXDeviceType{
24
26 kDeviceGPU = 1
28
66#endif //WX_HUMAN_SEG_WX_API_H
WXDeviceType
Definition: wx_api.h:21
@ kDeviceGPU
Definition: wx_api.h:26
@ kDeviceCPU
Definition: wx_api.h:23