Table of Contents

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 = 1

Print all executed operations along with the output tensors (more or less compatible with ONNX Runtime).

None = 0

Don't trace anything.

Op = 2

Print all executed operations. Types and shapes of all inputs and outputs are printed, but the content is not.