quantize::sgfp4_format::Layout¶
Inherits from IntEnum
Public Attributes¶
| Name | |
|---|---|
| int | UNIFORM_64 |
| int | UNIFORM_32 |
| int | UNIFORM_16 |
| int | UNIFORM_8 |
| int | MIXED |
| int | FULL_4X4 |
Detailed Description¶
v2 superblock layout enumeration (paper Sec 6.2, Table 3).```
## Public Attributes Documentation
### variable UNIFORM_64
```python
static int UNIFORM_64 = 0;
variable UNIFORM_32¶
variable UNIFORM_16¶
variable UNIFORM_8¶
variable MIXED¶
variable FULL_4X4¶
Updated on 2026-07-25 at 22:56:57 +0000