Enum TensorRtMemoryPoolType
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Represents TensorRT TensorRtMemoryPoolType values. 表示 TensorRT TensorRtMemoryPoolType 枚举值。
public enum TensorRtMemoryPoolType
Fields
DlaGlobalDram = 3Represents the DlaGlobalDram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 DlaGlobalDram 取值。
DlaLocalDram = 2Represents the DlaLocalDram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 DlaLocalDram 取值。
DlaManagedSram = 1Represents the DlaManagedSram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 DlaManagedSram 取值。
TacticDram = 4Represents the TacticDram value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 TacticDram 取值。
Represents the TacticSharedMemory value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 TacticSharedMemory 取值。
Workspace = 0Represents the Workspace value of TensorRtMemoryPoolType. 表示 TensorRtMemoryPoolType 的 Workspace 取值。