Mech-DLK SDK C# API 2.1.0
C# API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Namespaces | Enumerations
NativeEnums.cs File Reference

Namespaces

namespace  MMind
 
namespace  MMind.DL
 

Enumerations

enum  MMind.DL.StatusCode {
  MMind.DL.SUCCESS = 0 , MMind.DL.E_UNKNOWN , MMind.DL.E_INIT_FAILED , MMind.DL.E_INVALID_MODEL_PATH ,
  MMind.DL.E_INVALID_MODEL_PACK , MMind.DL.E_INVALID_MODEL_VERSION , MMind.DL.I_CONVERTING , MMind.DL.E_CONVERT_FAILED ,
  MMind.DL.E_CONVERT_WITHOUT_INIT , MMind.DL.E_UNSUPPORTED_BACKEND , MMind.DL.I_LOADING , MMind.DL.E_LOAD_FAILED ,
  MMind.DL.E_LOAD_WITHOUT_CONVERT , MMind.DL.E_LOAD_WITHOUT_INIT , MMind.DL.E_INFER_WITHOUT_LOAD , MMind.DL.E_OUT_OF_HOST_MEMORY ,
  MMind.DL.E_OUT_OF_DEVICE_MEMORY , MMind.DL.E_INFER_FAILED , MMind.DL.E_INVALID_IMAGE_PATH , MMind.DL.E_UNZIP_ERROR ,
  MMind.DL.E_INVALID_IMAGE_NULLPTR , MMind.DL.E_MODEL_REGISTEXCEEDLIMIT , MMind.DL.E_MODULE_INDEX_ERROR , MMind.DL.E_MODULE_TYPE_ERROR ,
  MMind.DL.E_SET_GPUID_ERROR , MMind.DL.E_INVALID_ENGINE , MMind.DL.E_INVALID_BACKEND_TYPE , MMind.DL.E_INVALID_ALGO_TYPE ,
  MMind.DL.E_PARAM_ERROR , MMind.DL.E_AUTHOR_TYPE_ERROR
}
 This enumeration defines the codes of status. More...
 
enum  MMind.DL.UnsupSegLabel { MMind.DL.OK = 0 , MMind.DL.NG , MMind.DL.Unknown }
 This enumeration defines the label of unsupervised segmentation. More...
 
enum  MMind.DL.BackendType { MMind.DL.GpuDefault = 0 , MMind.DL.GpuOptimization , MMind.DL.CPU }
 This enumeration defines the backend types. More...
 
enum  MMind.DL.DLAlgoType {
  MMind.DL.Unknown = 0 , MMind.DL.Classification , MMind.DL.ObjectDetection , MMind.DL.InstanceSegmentation ,
  MMind.DL.DefectSegmentation , MMind.DL.FastLocating , MMind.DL.EdgeDetection , MMind.DL.TextRecognition ,
  MMind.DL.TextDetection , MMind.DL.UnsupSegmentation
}
 This enumeration defines the deep learning algorithm types. More...
 
enum  MMind.DL.FloatPrecisionType { MMind.DL.FP16 , MMind.DL.FP32 }
 This enumeration defines the floating-point formats. More...