Click or drag to resize

Target Enumeration

http://www.emgu.com
Target devices for computations.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum Target
Members
  Member nameValueDescription
Cpu0 CPU
OpenCL1 OpenCL
OpenCLFp162 Will fall back to OPENCL if the hardware does not support FP16
Myriad3 Myraid
Vulkan4 Vulkan
FPGA5 FPGA device with CPU fallbacks using Inference Engine's Heterogeneous plugin.
Cuda6 Cuda
CudaFp167 Cuda fp16
See Also