Skip to content

quantize::sgfp4_format::Layout

More...

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

class quantize::sgfp4_format::Layout;
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

static int UNIFORM_32 =  1;

variable UNIFORM_16

static int UNIFORM_16 =  2;

variable UNIFORM_8

static int UNIFORM_8 =  3;

variable MIXED

static int MIXED =  4;

variable FULL_4X4

static int FULL_4X4 =  5;

Updated on 2026-07-25 at 22:56:57 +0000