Class TensorRtRuntimeProbeReport
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
TensorRT runtime staged probe report. TensorRT runtime 分阶段探针报告。
public sealed class TensorRtRuntimeProbeReport
- Inheritance
-
TensorRtRuntimeProbeReport
- Inherited Members
Properties
FirstFailure
public TensorRtRuntimeProbeStage? FirstFailure { get; }
Property Value
GlobalPluginRegistry
Gets the global plugin registry inventory when it was collected. 获取已采集的全局 plugin registry inventory。
public TensorRtPluginRegistryInventory? GlobalPluginRegistry { get; }
Property Value
GlobalVersion
Gets the global runtime version snapshot when it was collected. 获取已采集的全局 runtime 版本快照。
public TensorRtGlobalRuntimeVersion? GlobalVersion { get; }
Property Value
Line
Gets the TensorRT API line used for the probe. 获取探针使用的 TensorRT API line。
public TensorRtApiLine Line { get; }
Property Value
RuntimeCreationSucceeded
Gets whether runtime creation succeeded. 获取 runtime creation 是否成功。
public bool RuntimeCreationSucceeded { get; }
Property Value
Stages
Gets each probe stage in execution order. 获取按执行顺序排列的探针阶段。
public IReadOnlyList<TensorRtRuntimeProbeStage> Stages { get; }
Property Value
Methods
ToString()
Formats the runtime probe report for diagnostics. 将 runtime 探针报告格式化为便于诊断的字符串。
public override string ToString()