Enum TensorRtSerializationFlag
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Identifies TensorRT 11 serialization flags. 标识 TensorRT 11 serialization config 的单个标志。
public enum TensorRtSerializationFlag
Fields
ExcludeLeanRuntime = 1Exclude the lean runtime from the serialized plan. 从序列化 plan 中排除 lean runtime。
ExcludeWeights = 0Exclude refittable weights from the serialized plan. 从序列化 plan 中排除可 refit 权重。
IncludeRefit = 2Keep refit metadata in the serialized plan when supported. 在支持时保留 refit 元数据。