Table of Contents

Enum Target

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

Enum of target devices for computations.

public enum Target

Fields

CPU = 0
CPU_FP16 = 10

Only the ARM platform is supported. Low precision computing, accelerates model inference.

CUDA = 6
CUDA_FP16 = 7
FPGA = 5

FPGA device with CPU fallbacks using Inference Engine's Heterogeneous plugin.

HDDL = 8
MYRIAD = 3
NPU = 9
OPENCL = 1
OPENCL_FP16 = 2
VULKAN = 4