Class TensorRtPluginCreatorInfo
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Read-only metadata for a TensorRT plugin creator. TensorRT plugin creator 的只读元数据。
public sealed class TensorRtPluginCreatorInfo
- Inheritance
-
TensorRtPluginCreatorInfo
- Inherited Members
Properties
Fields
Gets the plugin fields reported by this creator. 获取该 creator 报告的 plugin 字段。
public IReadOnlyList<TensorRtPluginFieldInfo> Fields { get; }
Property Value
Index
Gets the creator index in the registry snapshot. 获取 creator 在 registry 快照中的索引。
public int Index { get; }
Property Value
InterfaceKind
Gets the TensorRT interface kind string. 获取 TensorRT interface kind 字符串。
public string InterfaceKind { get; }
Property Value
InterfaceMajor
Gets the TensorRT interface major version. 获取 TensorRT interface major 版本。
public int InterfaceMajor { get; }
Property Value
InterfaceMinor
Gets the TensorRT interface minor version. 获取 TensorRT interface minor 版本。
public int InterfaceMinor { get; }
Property Value
Name
Gets the plugin creator name. 获取 plugin creator 名称。
public string Name { get; }
Property Value
Namespace
Gets the plugin creator namespace. 获取 plugin creator namespace。
public string Namespace { get; }
Property Value
Version
Gets the plugin creator version. 获取 plugin creator 版本。
public string Version { get; }
Property Value
Methods
ToString()
Returns a compact display string for the plugin creator. 返回该 plugin creator 的简短显示字符串。
public override string ToString()
Returns
- string
A display string containing creator identity and field count. 包含 creator 标识和字段数量的显示字符串。