Home
last modified time | relevance | path

Searched defs:IndexIVF (Results 1 – 2 of 2) sorted by relevance

/dports/math/faiss/faiss-1.7.1/faiss/
H A DIndexIVF.h95 struct IndexIVF : Index, Level1Quantizer { struct
97 InvertedLists* invlists;
98 bool own_invlists;
100 size_t code_size; ///< code size per vector in bytes
125 * be deleted while the IndexIVF is in use. argument
342 IndexIVF(); argument
H A DIndexIVF.cpp153 IndexIVF::IndexIVF( in IndexIVF() function in faiss::IndexIVF
175 IndexIVF::IndexIVF() in IndexIVF() function in faiss::IndexIVF