(&self)
| 325 | |
| 326 | impl AsRef<nodedb_codec::vector_quant::layout::UnifiedQuantizedVector> for L2Q { |
| 327 | fn as_ref(&self) -> &nodedb_codec::vector_quant::layout::UnifiedQuantizedVector { |
| 328 | panic!("stub") |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | impl VectorCodec for L2Codec { |
no outgoing calls