Expand description
Per-scale quantized decoder — see
.claude/plans/2026-04-28-per-scale-decoder-optimized-design.md.
Re-exports§
pub use helper::apply_schema_quant;
Modules§
- helper
- Optional helper: walk a schema-v2 document and attach
per-tensor
Quantizationto integer input tensors via shape match.
Enums§
- Decode
Dtype - Output element type chosen by the user at
DecoderBuilder::with_decode_dtype().