Struct faiss::IndexIVFPQStats
-
struct IndexIVFPQStats
statistics are robust to internal threading, but not if IndexIVFPQ::search_preassigned is called by multiple threads
Public Functions
-
inline IndexIVFPQStats()
-
void reset()
Public Members
-
size_t nrefine
nb of refines (IVFPQR)
-
size_t n_hamming_pass
nb of passed Hamming distance tests (for polysemous)
-
size_t search_cycles
-
size_t refine_cycles
only for IVFPQR
-
inline IndexIVFPQStats()