(&self)
| 279 | |
| 280 | impl AsRef<UnifiedQuantizedVector> for OpqQuantized { |
| 281 | fn as_ref(&self) -> &UnifiedQuantizedVector { |
| 282 | &self.uqv |
| 283 | } |
| 284 | } |
| 285 | |
| 286 | /// Prepared query: rotated vector + flat ADC distance table (M×K, row-major). |
no outgoing calls