| NetBackend Enumeration |
Enum of computation backends supported by layers.
Namespace:
OpenCvSharp.Dnn
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Enumeration Backend
public enum class Backend
Members
| Member name | Value | Description |
---|
| DEFAULT | 0 | |
| HALIDE | 1 | |
| INFERENCE_ENGINE | 2 | |
| OPENCV | 3 | |
| VKCOM | 4 | |
| CUDA | 5 | |
Remarks
DNN_BACKEND_DEFAULT equals to DNN_BACKEND_INFERENCE_ENGINE if
OpenCV is built with Intel's Inference Engine library or
DNN_BACKEND_OPENCV otherwise.
See Also