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

Class BbqQuantized

nodedb-codec/src/vector_quant/bbq.rs:38–38  ·  view source on GitHub ↗

Owned quantized BBQ vector. Wraps a [`UnifiedQuantizedVector`] with `QuantMode::Bbq`.

Source from the content-addressed store, hash-verified

36/// Owned quantized BBQ vector. Wraps a [`UnifiedQuantizedVector`] with
37/// `QuantMode::Bbq`.
38pub struct BbqQuantized(pub UnifiedQuantizedVector);
39
40impl AsRef<UnifiedQuantizedVector> for BbqQuantized {
41 #[inline]

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected