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.
Namespaces | |
namespace | mmind |
namespace | mmind::dl |
Enumerations | |
enum class | mmind::dl::FloatPrecisionType { mmind::dl::FP16 , mmind::dl::FP32 } |
Defines the floating-point format. More... | |
enum class | mmind::dl::InferDeviceType { mmind::dl::GpuDefault , mmind::dl::GpuOptimization , mmind::dl::CPU } |
Defines the infer device type. More... | |
enum class | mmind::dl::DeepLearningAlgoType { mmind::dl::Unknown = 0 , mmind::dl::Classification , mmind::dl::ObjectDetection , mmind::dl::InstanceSegmentation , mmind::dl::DefectSegmentation , mmind::dl::FastLocating , mmind::dl::EdgeDetection } |
Defines the deep learning algorithm type. More... | |