Table of Contents

Class TensorRtEnvironmentSnapshot

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

High-level environment snapshot for the native TensorRT bridge. 原生 TensorRT bridge 的高层环境快照。

public sealed class TensorRtEnvironmentSnapshot
Inheritance
TensorRtEnvironmentSnapshot
Inherited Members

Constructors

TensorRtEnvironmentSnapshot(BridgeBuildInfo, BridgeRuntimeInfo, BridgeCapabilityInfo, TensorRtAdapterInfo, TensorRtAdapterInfo, TensorRtAdapterInfo)

Initializes a high-level environment snapshot for the native TensorRT bridge. 初始化原生 TensorRT bridge 的高层环境快照。

public TensorRtEnvironmentSnapshot(BridgeBuildInfo buildInfo, BridgeRuntimeInfo runtimeInfo, BridgeCapabilityInfo capabilityInfo, TensorRtAdapterInfo tensorRt8, TensorRtAdapterInfo tensorRt10, TensorRtAdapterInfo tensorRt11)

Parameters

buildInfo BridgeBuildInfo

The bridge build information. bridge 构建信息。

runtimeInfo BridgeRuntimeInfo

The bridge runtime information. bridge 运行时信息。

capabilityInfo BridgeCapabilityInfo

The bridge capability information. bridge 能力信息。

tensorRt8 TensorRtAdapterInfo

The TensorRT 8 adapter information. TensorRT 8 适配器信息。

tensorRt10 TensorRtAdapterInfo

The TensorRT 10 adapter information. TensorRT 10 适配器信息。

tensorRt11 TensorRtAdapterInfo

The TensorRT 11 adapter information. TensorRT 11 适配器信息。

Properties

BuildInfo

Gets the bridge build information. 获取 bridge 构建信息。

public BridgeBuildInfo BuildInfo { get; }

Property Value

BridgeBuildInfo

CapabilityInfo

Gets the bridge capability information. 获取 bridge 能力信息。

public BridgeCapabilityInfo CapabilityInfo { get; }

Property Value

BridgeCapabilityInfo

RuntimeInfo

Gets the bridge runtime information. 获取 bridge 运行时信息。

public BridgeRuntimeInfo RuntimeInfo { get; }

Property Value

BridgeRuntimeInfo

TensorRt10

Gets the TensorRT 10 adapter information. 获取 TensorRT 10 适配器信息。

public TensorRtAdapterInfo TensorRt10 { get; }

Property Value

TensorRtAdapterInfo

TensorRt11

Gets the TensorRT 11 adapter information. 获取 TensorRT 11 适配器信息。

public TensorRtAdapterInfo TensorRt11 { get; }

Property Value

TensorRtAdapterInfo

TensorRt8

Gets the TensorRT 8 adapter information. 获取 TensorRT 8 适配器信息。

public TensorRtAdapterInfo TensorRt8 { get; }

Property Value

TensorRtAdapterInfo