Table of Contents

Enum TensorRtSerializationFlag

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Identifies TensorRT 11 serialization flags. 标识 TensorRT 11 serialization config 的单个标志。

public enum TensorRtSerializationFlag

Fields

ExcludeLeanRuntime = 1

Exclude the lean runtime from the serialized plan. 从序列化 plan 中排除 lean runtime。

ExcludeWeights = 0

Exclude refittable weights from the serialized plan. 从序列化 plan 中排除可 refit 权重。

IncludeRefit = 2

Keep refit metadata in the serialized plan when supported. 在支持时保留 refit 元数据。