Enum TensorRtDataType
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Represents TensorRT TensorRtDataType values. 表示 TensorRT TensorRtDataType 枚举值。
public enum TensorRtDataType
Fields
BFloat16 = 7Represents the BFloat16 value of TensorRtDataType. 表示 TensorRtDataType 的 BFloat16 取值。
Bool = 4Represents the Bool value of TensorRtDataType. 表示 TensorRtDataType 的 Bool 取值。
E8M0 = 11Represents the E8M0 value of TensorRtDataType. 表示 TensorRtDataType 的 E8M0 取值。
Float = 0Represents the Float value of TensorRtDataType. 表示 TensorRtDataType 的 Float 取值。
Float4 = 10Represents the Float4 value of TensorRtDataType. 表示 TensorRtDataType 的 Float4 取值。
Float8 = 6Represents the Float8 value of TensorRtDataType. 表示 TensorRtDataType 的 Float8 取值。
Half = 1Represents the Half value of TensorRtDataType. 表示 TensorRtDataType 的 Half 取值。
Int32 = 3Represents the Int32 value of TensorRtDataType. 表示 TensorRtDataType 的 Int32 取值。
Int4 = 9Represents the Int4 value of TensorRtDataType. 表示 TensorRtDataType 的 Int4 取值。
Int64 = 8Represents the Int64 value of TensorRtDataType. 表示 TensorRtDataType 的 Int64 取值。
Int8 = 2Represents the Int8 value of TensorRtDataType. 表示 TensorRtDataType 的 Int8 取值。
UInt8 = 5Represents the UInt8 value of TensorRtDataType. 表示 TensorRtDataType 的 UInt8 取值。
Unknown = 999Represents the Unknown value of TensorRtDataType. 表示 TensorRtDataType 的 Unknown 取值。