Enum TracingMode
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Tracing mode for the new DNN engine (OpenCV 5). See Net.TracingMode.
public enum TracingMode
Fields
All = 1Print all executed operations along with the output tensors (more or less compatible with ONNX Runtime).
None = 0Don't trace anything.
Op = 2Print all executed operations. Types and shapes of all inputs and outputs are printed, but the content is not.