Enum TensorRtPluginFieldType
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
TensorRT plugin field data type reported by plugin creators. TensorRT plugin creator 报告的字段数据类型。
public enum TensorRtPluginFieldType
Fields
BFloat16 = 9Represents the BFloat16 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 BFloat16 取值。
Char = 6Represents the Char value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Char 取值。
Dims = 7Represents the Dims value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Dims 取值。
Float16 = 0Represents the Float16 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float16 取值。
Float32 = 1Represents the Float32 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float32 取值。
Float4 = 13Represents the Float4 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float4 取值。
Float64 = 2Represents the Float64 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float64 取值。
Float8 = 11Represents the Float8 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float8 取值。
Int16 = 4Represents the Int16 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int16 取值。
Int32 = 5Represents the Int32 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int32 取值。
Int4 = 12Represents the Int4 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int4 取值。
Int64 = 10Represents the Int64 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int64 取值。
Int8 = 3Represents the Int8 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int8 取值。
Unknown = 8Represents the Unknown value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Unknown 取值。