allDtypes top-level constant
Implementation
const List<DTypeRow> allDtypes = [
('Float64', 'FLOAT64', 0, 1e-3),
('Float32', 'FLOAT32', 1, 1e-5),
('Float16', 'FLOAT16', 2, 1e-3),
('BFloat16', 'BFLOAT16', 3, 1e-3),
('FP8-E4M3', 'FP8E4M3', 4, 1e-3),
('FP8-E5M2', 'FP8E5M2', 5, 1e-3),
('Int64', 'INT64', 6, 1e-3),
('Uint64', 'UINT64', 10, 1e-3),
('Int32', 'INT32', 7, 1e-3),
('Uint32', 'UINT32', 11, 1e-3),
('Int16', 'INT16', 8, 1e-3),
('Uint16', 'UINT16', 12, 1e-3),
('Int8', 'INT8', 9, 1e-3),
('Uint8', 'UINT8', 13, 1e-3),
('Int4', 'INT4', 14, 1e-3),
('Uint4', 'UINT4', 15, 1e-3),
('FP4', 'FP4', 16, 1e-3),
('Int2', 'INT2', 17, 1e-3),
('Uint2', 'UINT2', 18, 1e-3),
('Ternary', 'TERNARY', 19, 1e-3),
('Binary', 'BINARY', 20, 1e-3),
];