Table of Contents

Enum Target

Namespace
Emgu.CV.Dnn
Assembly
Emgu.CV.dll

Target devices for computations.

public enum Target

Fields

Cpu = 0

CPU

CpuFp16 = 10

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

Cuda = 6

Cuda

CudaFp16 = 7

Cuda fp16

FPGA = 5

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

HDDL = 8

HDDL

Myriad = 3

Myraid

Npu = 9

NPU

OpenCL = 1

OpenCL

OpenCLFp16 = 2

Will fall back to OPENCL if the hardware does not support FP16

Vulkan = 4

Vulkan