Enum DataType
- Namespace
- DotCompute.Backends.CUDA.Types
- Assembly
- DotCompute.Backends.CUDA.dll
An data type enumeration.
public enum DataType
Fields
BFloat16 = 14Boolean = 11Complex128 = 13Complex64 = 12Float16 = 2Float32 = 0Float64 = 1Int16 = 5Int32 = 3Int64 = 4Int8 = 6UInt16 = 9UInt32 = 7UInt64 = 8UInt8 = 10