Enum TensorRtPluginRegistrySource
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Identifies the TensorRT registry source used for a plugin creator inventory. 标识 plugin creator inventory 使用的 TensorRT registry 来源。
public enum TensorRtPluginRegistrySource
Fields
Builder = 0The inventory was collected from a builder-visible registry. inventory 来自 builder 可见 registry。
BuilderCapability = 2The inventory was collected from TensorRT's builder capability registry. inventory 来自 TensorRT builder capability registry。
Global = 1The inventory was collected from TensorRT's global runtime registry. inventory 来自 TensorRT 全局 runtime registry。