Class TensorRtRuntimeProbeStage
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Result for one TensorRT runtime probe stage. TensorRT runtime 分阶段探针的单阶段结果。
public sealed class TensorRtRuntimeProbeStage
- Inheritance
-
TensorRtRuntimeProbeStage
- Inherited Members
Properties
Message
Gets the diagnostic message for this stage. 获取该阶段的诊断消息。
public string Message { get; }
Property Value
Name
Gets the stage name. 获取阶段名称。
public string Name { get; }
Property Value
Succeeded
Gets whether the stage succeeded. 获取该阶段是否成功。
public bool Succeeded { get; }
Property Value
Methods
ToString()
Formats the probe stage for diagnostics. 将探针阶段格式化为便于诊断的字符串。
public override string ToString()