Table of Contents

Enum TensorRtSerializationFlags

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Represents TensorRT 11 serialization flags as a bitmask. 以位掩码形式表示 TensorRT 11 serialization flags。

[Flags]
public enum TensorRtSerializationFlags : uint

Fields

ExcludeLeanRuntime = 2

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

ExcludeWeights = 1

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

IncludeRefit = 4

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

None = 0

No serialization flags are set. 不设置任何 serialization flag。