Skip to main content

Module codec

Module codec 

Source

Structs§

FibCodeV1
Encoded fixed-rate FibQuant artifact.
FibQuantizer
FibQuant encoder/decoder bound to one profile and codebook.
GpuStepReport
Per-step GPU dispatch report.

Constants§

BATCHED_MAGIC
Magic + version prefix for the batched binary wire format. F B 2 = Fib Binary v2 (batched). Stores the profile once per batch, then concatenates per-block payloads (norm + indices) with no per-block header.
BATCHED_VERSION
CODE_SCHEMA
COMPACT_MAGIC
Magic + version prefix for the compact binary wire format. F B 1 = Fib Binary v1. Any decoder that sees a different magic should reject the payload as corrupt.
COMPACT_VERSION

Functions§

encoded_digest
Stable digest over the encoded artifact fields.