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

Class TernaryQuantized

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

Owned ternary-quantized vector (wraps [`UnifiedQuantizedVector`]).

Source from the content-addressed store, hash-verified

25
26/// Owned ternary-quantized vector (wraps [`UnifiedQuantizedVector`]).
27pub struct TernaryQuantized(pub UnifiedQuantizedVector);
28
29impl AsRef<UnifiedQuantizedVector> for TernaryQuantized {
30 #[inline]

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected