quantize¶
Namespaces¶
| Name |
|---|
| quantize::fp4_exporter |
| quantize::laplacian |
| quantize::manifest |
| quantize::quadtree |
| quantize::sgfp4_decoder |
| quantize::sgfp4_format |
Detailed Description¶
GNUS-POC quantization — FP4 binary export for C++ engine.
Provides:
- FP4Exporter: SGFP4 v1 fixed 64x64 and v2 adaptive quadtree export
- ManifestBuilder: provenance manifest generation with SHA256 hashing
- LaplacianWeightedError: encode-side Laplacian pyramid error analysis
- QuadtreeEncoder: adaptive block-size selection via quadtree recursion
- decode_v1 / decode_v2: independent reference decoder (normative semantics)
- CodeMode / Layout: scoped wire-format enumerations (sgfp4_format)
Updated on 2026-07-25 at 22:56:57 +0000