Table of Contents

Enum TensorRtPreviewFeature

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Selects TensorRT builder preview features. Some values are valid only on specific TensorRT major versions. 选择 TensorRT builder 预览特性;部分取值仅在特定 TensorRT 大版本中有效。

public enum TensorRtPreviewFeature

Fields

AliasedPluginIo1003 = 1

TensorRT 10.x plugin I/O aliasing preview feature. TensorRT 10.x plugin I/O 别名预览特性。

DisableExternalTacticSourcesForCore0805 = 1

TensorRT 8.x option that disables external library tactics for TensorRT core. TensorRT 8.x 中禁用 TensorRT core 外部库 tactics 的选项。

FasterDynamicShapes0805 = 0

TensorRT 8.x dynamic-shape compiler preview feature. Deprecated by NVIDIA. TensorRT 8.x 动态 shape 编译器预览特性,NVIDIA 已标记为弃用。

ProfileSharing0806 = 2

TensorRT 8.x profile-sharing feature. In TensorRT 10.x use ProfileSharing0806Trt10 instead. TensorRT 8.x profile 共享特性;在 TensorRT 10.x 中请使用 ProfileSharing0806Trt10

ProfileSharing0806Trt10 = 0

TensorRT 10.x profile-sharing feature. Deprecated and always enabled by NVIDIA. TensorRT 10.x profile 共享特性;NVIDIA 已弃用并默认始终启用。

RuntimeActivationResize1010 = 2

TensorRT 10.x runtime activation-memory resize preview feature. TensorRT 10.x 运行时 activation 内存 resize 预览特性。