Enum DataType
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Defines data types supported by tensor core operations.
public enum DataType
Fields
BF16 = 316-bit brain floating point.
FP16 = 216-bit floating point (half precision).
FP32 = 532-bit floating point (single precision).
FP64 = 664-bit floating point (double precision).
FP8_E4M3 = 08-bit floating point with E4M3 format.
FP8_E5M2 = 18-bit floating point with E5M2 format.
INT1 = 91-bit binary.
INT4 = 84-bit integer.
INT8 = 78-bit signed integer.
TF32 = 4TensorFloat-32 format.