Mech-DLK SDK C API 2.0.2
C API reference documentation for secondary development with Mech-DLK
|
Go to the source code of this file.
Data Structures | |
struct | MMindImage |
This struct defines Image. More... | |
struct | Engine |
This struct defines Engine. More... | |
Typedefs | |
typedef enum StatusCode | StatusCode |
This enumeration defines the codes of status. | |
typedef enum BackendType | BackendType |
This enumeration defines the backend type. | |
typedef enum FloatPrecisionType | FloatPrecisionType |
This enumeration defines the floating-point format. | |
typedef enum DLAlgoType | DLAlgoType |
typedef struct MMindImage | MMindImage |
This struct defines Image. | |
typedef struct Engine | Engine |
This struct defines Engine. | |
Enumerations | |
enum | StatusCode { SUCCESS = 0 , E_UNKNOWN , E_INIT_FAILED , E_INVALID_MODEL_PATH , E_INVALID_MODEL_PACK , E_INVALID_MODEL_VERSION , I_CONVERTING , E_CONVERT_FAILED , E_CONVERT_WITHOUT_INIT , E_UNSUPPORTED_BACKEND , I_LOADING , E_LOAD_FAILED , E_LOAD_WITHOUT_CONVERT , E_LOAD_WITHOUT_INIT , E_INFER_WITHOUT_LOAD , E_OUT_OF_HOST_MEMORY , E_OUT_OF_DEVICE_MEMORY , E_INFER_FAILED , E_INVALID_IMAGE_PATH , E_UNZIP_ERROR , E_INVALID_IMAGE_NULLPTR , E_MODEL_REGISTEXCEEDLIMIT , E_MODULE_INDEX_ERROR , E_MODULE_TYPE_ERROR , E_SET_GPUID_ERROR , E_INVALID_ENGINE , E_INVALID_BACKEND_TYPE } |
This enumeration defines the codes of status. More... | |
enum | BackendType { GpuDefault , GpuOptimization , CPU } |
This enumeration defines the backend type. More... | |
enum | FloatPrecisionType { FP16 , FP32 } |
This enumeration defines the floating-point format. More... | |
enum | DLAlgoType { Unknown = 0 , Classification , ObjectDetection , InstanceSegmentation , DefectSegmentation , FastLocating , EdgeDetection } |
typedef enum BackendType BackendType |
This enumeration defines the backend type.
typedef enum DLAlgoType DLAlgoType |
typedef enum FloatPrecisionType FloatPrecisionType |
This enumeration defines the floating-point format.
typedef struct MMindImage MMindImage |
This struct defines Image.
typedef enum StatusCode StatusCode |
This enumeration defines the codes of status.
enum BackendType |
enum DLAlgoType |
enum FloatPrecisionType |
enum StatusCode |
This enumeration defines the codes of status.