MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / Sq8Quantized

Class Sq8Quantized

nodedb-vector/src/quantize/sq8_codec.rs:20–20  ·  view source on GitHub ↗

Thin newtype wrapping `UnifiedQuantizedVector` for SQ8-encoded vectors.

Source from the content-addressed store, hash-verified

18
19/// Thin newtype wrapping `UnifiedQuantizedVector` for SQ8-encoded vectors.
20pub struct Sq8Quantized(pub UnifiedQuantizedVector);
21
22impl AsRef<UnifiedQuantizedVector> for Sq8Quantized {
23 #[inline]

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected