Table of Contents

Enum TensorRtBuilderFlag

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Represents TensorRT TensorRtBuilderFlag values. 表示 TensorRT TensorRtBuilderFlag 枚举值。

public enum TensorRtBuilderFlag

Fields

Bf16 = 17

Represents the Bf16 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Bf16 取值。

Debug = 2

Represents the Debug value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Debug 取值。

DirectIO = 11

Represents the DirectIO value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 DirectIO 取值。

DisableCompilationCache = 18

Represents the DisableCompilationCache value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 DisableCompilationCache 取值。

DisableTimingCache = 5

Represents the DisableTimingCache value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 DisableTimingCache 取值。

ErrorOnTimingCacheMiss = 16

Represents the ErrorOnTimingCacheMiss value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 ErrorOnTimingCacheMiss 取值。

ExcludeLeanRuntime = 14

Represents the ExcludeLeanRuntime value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 ExcludeLeanRuntime 取值。

Fp16 = 0

Represents the Fp16 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Fp16 取值。

Fp8 = 15

Represents the Fp8 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Fp8 取值。

GpuFallback = 3

Represents the GpuFallback value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 GpuFallback 取值。

Int8 = 1

Represents the Int8 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Int8 取值。

ObeyPrecisionConstraints = 9

Represents the ObeyPrecisionConstraints value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 ObeyPrecisionConstraints 取值。

PreferPrecisionConstraints = 10

Represents the PreferPrecisionConstraints value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 PreferPrecisionConstraints 取值。

Refit = 4

Represents the Refit value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Refit 取值。

RefitIdentical = 20

Represents the RefitIdentical value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 RefitIdentical 取值。

RejectEmptyAlgorithms = 12

Represents the RejectEmptyAlgorithms value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 RejectEmptyAlgorithms 取值。

SafetyScope = 8

Represents the SafetyScope value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 SafetyScope 取值。

SparseWeights = 7

Represents the SparseWeights value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 SparseWeights 取值。

StripPlan = 19

Represents the StripPlan value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 StripPlan 取值。

Tf32 = 6

Represents the Tf32 value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 Tf32 取值。

VersionCompatible = 13

Represents the VersionCompatible value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 VersionCompatible 取值。

WeightStreaming = 21

Represents the WeightStreaming value of TensorRtBuilderFlag. 表示 TensorRtBuilderFlag 的 WeightStreaming 取值。