| 159 | // quantize query by rabitq |
| 160 | quant::quantize_scalar<float, uint8_t>( |
| 161 | rotated_query, padded_dim, kNumBits, quant_query.data(), delta_, vl_, config |
| 162 | ); |
| 163 | |
| 164 | // represent quantized query as u64 |
no outgoing calls
no test coverage detected