Skip to content

quantize::sgfp4_format::CodeMode

More...

Inherits from IntEnum

Public Attributes

Name
int FP4_AFFINE
int T158_AFFINE

Detailed Description

class quantize::sgfp4_format::CodeMode;
Per-block code mode (paper Sec 3.2).```

## Public Attributes Documentation

### variable FP4_AFFINE

```python
static int FP4_AFFINE =  0;

variable T158_AFFINE

static int T158_AFFINE =  1;

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