We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_InvertedListScanner
1 parent 90fe29b commit e255b9bCopy full SHA for e255b9b
faiss/IndexIVFPQ.cpp
@@ -1426,7 +1426,7 @@ void IndexIVFPQ::compute_distance_to_codes_for_list(
1426
float* dist_table) const {
1427
1428
std::unique_ptr<InvertedListScanner> scanner(
1429
- get_InvertedListScanner(true, nullptr));
+ get_InvertedListScanner(true, nullptr, nullptr));
1430
1431
1432
if (dist_table) {
@@ -1478,7 +1478,7 @@ void IndexIVFPQ::compute_distance_table(
1478
1479
1480
1481
1482
1483
scanner->set_query(x);
1484
0 commit comments