Skip to content

Commit

Permalink
Merge branch 'BANN_save_load_one_file' of https://github.com/microsof…
Browse files Browse the repository at this point in the history
…t/DiskANN into BANN_save_load_one_file
  • Loading branch information
gopal-msr committed Jun 17, 2024
2 parents 5473656 + 7e9c3f4 commit 4871688
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,6 @@ inline bool PQFlashIndex<T, LabelT>::point_has_label(uint32_t point_id, LabelT l
template <typename T, typename LabelT>
bool PQFlashIndex<T, LabelT>::point_has_any_label(uint32_t point_id, const std::vector<LabelT> &label_ids)
{
uint32_t start_vec = _pts_to_label_offsets[point_id];
uint32_t num_lbls = _pts_to_label_counts[start_vec];
bool ret_val = false;
for (auto &cur_lbl : label_ids)
{
Expand Down

0 comments on commit 4871688

Please sign in to comment.