We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592f301 commit 0780a28Copy full SHA for 0780a28
faiss/IndexIVFFlat.cpp
@@ -46,8 +46,8 @@ IndexIVFFlat::IndexIVFFlat() {
46
void IndexIVFFlat::add_core(
47
idx_t n,
48
const float* x,
49
- const int64_t* xids,
50
- const int64_t* coarse_idx) {
+ const idx_t* xids,
+ const idx_t* coarse_idx) {
51
FAISS_THROW_IF_NOT(is_trained);
52
FAISS_THROW_IF_NOT(coarse_idx);
53
FAISS_THROW_IF_NOT(!by_residual);
0 commit comments