Table of Contents

Enum TensorRtMemoryPoolType

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

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

public enum TensorRtMemoryPoolType

Fields

DlaGlobalDram = 3

Represents the DlaGlobalDram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 DlaGlobalDram 取值。

DlaLocalDram = 2

Represents the DlaLocalDram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 DlaLocalDram 取值。

DlaManagedSram = 1

Represents the DlaManagedSram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 DlaManagedSram 取值。

TacticDram = 4

Represents the TacticDram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 TacticDram 取值。

TacticSharedMemory = 5

Represents the TacticSharedMemory value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 TacticSharedMemory 取值。

Workspace = 0

Represents the Workspace value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 Workspace 取值。