Enum TensorRtBuilderFlag
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Represents TensorRT TensorRtBuilderFlag values. 表示 TensorRT TensorRtBuilderFlag 枚举值。
public enum TensorRtBuilderFlag
Fields
Bf16 = 17Represents the Bf16 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Bf16 取值。
Debug = 2Represents the Debug value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Debug 取值。
DirectIO = 11Represents the DirectIO value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 DirectIO 取值。
DisableCompilationCache = 18Represents the DisableCompilationCache value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 DisableCompilationCache 取值。
DisableTimingCache = 5Represents the DisableTimingCache value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 DisableTimingCache 取值。
ErrorOnTimingCacheMiss = 16Represents the ErrorOnTimingCacheMiss value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 ErrorOnTimingCacheMiss 取值。
ExcludeLeanRuntime = 14Represents the ExcludeLeanRuntime value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 ExcludeLeanRuntime 取值。
Fp16 = 0Represents the Fp16 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Fp16 取值。
Fp8 = 15Represents the Fp8 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Fp8 取值。
GpuFallback = 3Represents the GpuFallback value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 GpuFallback 取值。
Int8 = 1Represents the Int8 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Int8 取值。
ObeyPrecisionConstraints = 9Represents the ObeyPrecisionConstraints value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 ObeyPrecisionConstraints 取值。
PreferPrecisionConstraints = 10Represents the PreferPrecisionConstraints value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 PreferPrecisionConstraints 取值。
Refit = 4Represents the Refit value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Refit 取值。
RefitIdentical = 20Represents the RefitIdentical value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 RefitIdentical 取值。
RejectEmptyAlgorithms = 12Represents the RejectEmptyAlgorithms value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 RejectEmptyAlgorithms 取值。
SafetyScope = 8Represents the SafetyScope value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 SafetyScope 取值。
SparseWeights = 7Represents the SparseWeights value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 SparseWeights 取值。
StripPlan = 19Represents the StripPlan value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 StripPlan 取值。
Tf32 = 6Represents the Tf32 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Tf32 取值。
VersionCompatible = 13Represents the VersionCompatible value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 VersionCompatible 取值。
WeightStreaming = 21Represents the WeightStreaming value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 WeightStreaming 取值。