Table of Contents

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 = 9

Represents the BFloat16 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 BFloat16 取值。

Char = 6

Represents the Char value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Char 取值。

Dims = 7

Represents the Dims value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Dims 取值。

Float16 = 0

Represents the Float16 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float16 取值。

Float32 = 1

Represents the Float32 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float32 取值。

Float4 = 13

Represents the Float4 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float4 取值。

Float64 = 2

Represents the Float64 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float64 取值。

Float8 = 11

Represents the Float8 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Float8 取值。

Int16 = 4

Represents the Int16 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int16 取值。

Int32 = 5

Represents the Int32 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int32 取值。

Int4 = 12

Represents the Int4 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int4 取值。

Int64 = 10

Represents the Int64 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int64 取值。

Int8 = 3

Represents the Int8 value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Int8 取值。

Unknown = 8

Represents the Unknown value of TensorRtPluginFieldType. 表示 TensorRtPluginFieldType 的 Unknown 取值。