OvProfilingInfo Structure
Represents basic inference profiling information per operation.
Namespace: OpenVinoSharpAssembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
public struct ProfilingInfo
- Inheritance
- Object ValueType OvProfilingInfo
If the operation is executed using tiling, the sum time per each tile is indicated as the total execution time.
Due to parallel execution, the total execution time for all nodes might be greater than the total inference time.