quantize::sgfp4_format::CodeMode¶
Inherits from IntEnum
Public Attributes¶
| Name | |
|---|---|
| int | FP4_AFFINE |
| int | T158_AFFINE |
Detailed Description¶
Per-block code mode (paper Sec 3.2).```
## Public Attributes Documentation
### variable FP4_AFFINE
```python
static int FP4_AFFINE = 0;
variable T158_AFFINE¶
Updated on 2026-07-25 at 22:56:57 +0000