Signed-off-by: Nicky <nicky.xj.lin@gmail.com>
This commit is contained in:
Nicky 2020-03-09 21:21:36 +08:00
parent 7b493cb835
commit e96d7279b2

View File

@ -728,15 +728,6 @@ NsgIndex::Search(const float* query, const unsigned& nq, const unsigned& dim, co
}
}
rc.RecordSection("merge");
// ProfilerStart("xx.prof");
// std::vector<Neighbor> resset;
// GetNeighbors(query, resset, nsg, &params);
// for (int i = 0; i < k; ++i) {
// ids[i] = resset[i].id;
// dist[i] = resset[i].distance;
//}
// ProfilerStop();
}
void