Table of Contents

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

Gets the first failed stage, or null when all stages succeeded. 获取第一个失败阶段;全部成功时为 null

public TensorRtRuntimeProbeStage? FirstFailure { get; }

Property Value

TensorRtRuntimeProbeStage

GlobalPluginRegistry

Gets the global plugin registry inventory when it was collected. 获取已采集的全局 plugin registry inventory。

public TensorRtPluginRegistryInventory? GlobalPluginRegistry { get; }

Property Value

TensorRtPluginRegistryInventory

GlobalVersion

Gets the global runtime version snapshot when it was collected. 获取已采集的全局 runtime 版本快照。

public TensorRtGlobalRuntimeVersion? GlobalVersion { get; }

Property Value

TensorRtGlobalRuntimeVersion

Line

Gets the TensorRT API line used for the probe. 获取探针使用的 TensorRT API line。

public TensorRtApiLine Line { get; }

Property Value

TensorRtApiLine

RuntimeCreationSucceeded

Gets whether runtime creation succeeded. 获取 runtime creation 是否成功。

public bool RuntimeCreationSucceeded { get; }

Property Value

bool

Stages

Gets each probe stage in execution order. 获取按执行顺序排列的探针阶段。

public IReadOnlyList<TensorRtRuntimeProbeStage> Stages { get; }

Property Value

IReadOnlyList<TensorRtRuntimeProbeStage>

Methods

ToString()

Formats the runtime probe report for diagnostics. 将 runtime 探针报告格式化为便于诊断的字符串。

public override string ToString()

Returns

string