| 161 | rotated_query, padded_dim, kNumBits, quant_query.data(), delta_, vl_, config |
| 162 | ); |
| 163 | |
| 164 | // represent quantized query as u64 |
| 165 | rabitqlib::new_transpose_bin_512( |
| 166 | quant_query.data(), QueryBin_.data(), padded_dim, kNumBits |
no test coverage detected