Enum Target
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Enum of target devices for computations.
public enum Target
Fields
CPU = 0CPU_FP16 = 10Only the ARM platform is supported. Low precision computing, accelerates model inference.
CUDA = 6CUDA_FP16 = 7FPGA = 5FPGA device with CPU fallbacks using Inference Engine's Heterogeneous plugin.
HDDL = 8MYRIAD = 3NPU = 9OPENCL = 1OPENCL_FP16 = 2VULKAN = 4