Table of Contents

Enum TensorRtDataType

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Represents TensorRT TensorRtDataType values. 表示 TensorRT TensorRtDataType 枚举值。

public enum TensorRtDataType

Fields

BFloat16 = 7

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

Bool = 4

Represents the Bool value of TensorRtDataType. 表示 TensorRtDataType 的 Bool 取值。

E8M0 = 11

Represents the E8M0 value of TensorRtDataType. 表示 TensorRtDataType 的 E8M0 取值。

Float = 0

Represents the Float value of TensorRtDataType. 表示 TensorRtDataType 的 Float 取值。

Float4 = 10

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

Float8 = 6

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

Half = 1

Represents the Half value of TensorRtDataType. 表示 TensorRtDataType 的 Half 取值。

Int32 = 3

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

Int4 = 9

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

Int64 = 8

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

Int8 = 2

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

UInt8 = 5

Represents the UInt8 value of TensorRtDataType. 表示 TensorRtDataType 的 UInt8 取值。

Unknown = 999

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