Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
faiss::IndexIVFPQR Member List

This is the complete list of members for faiss::IndexIVFPQR, including all inherited members.

add(idx_t n, const float *x) overridefaiss::IndexIVFvirtual
add_core(idx_t n, const float *x, const long *xids, const long *precomputed_idx=nullptr)faiss::IndexIVFPQR
add_core_o(idx_t n, const float *x, const long *xids, float *residuals_2, const long *precomputed_idx=nullptr)faiss::IndexIVFPQ
add_with_ids(idx_t n, const float *x, const long *xids) overridefaiss::IndexIVFPQRvirtual
assign(idx_t n, const float *x, idx_t *labels, idx_t k=1)faiss::Index
by_residualfaiss::IndexIVFPQ
check_compatible_for_merge(const IndexIVF &other) const faiss::IndexIVF
clustering_indexfaiss::Level1Quantizer
code_sizefaiss::IndexIVF
component_t typedef (defined in faiss::Index)faiss::Index
compute_residual(const float *x, float *residual, idx_t key) const faiss::Index
copy_subset_to(IndexIVF &other, int subset_type, idx_t a1, idx_t a2) const faiss::IndexIVFvirtual
cpfaiss::Level1Quantizer
dfaiss::Index
decode_multiple(size_t n, const long *keys, const uint8_t *xcodes, float *x) const faiss::IndexIVFPQ
direct_map (defined in faiss::IndexIVF)faiss::IndexIVF
display() const faiss::Index
distance_t typedef (defined in faiss::Index)faiss::Index
do_polysemous_trainingfaiss::IndexIVFPQ
encode(long key, const float *x, uint8_t *code) const (defined in faiss::IndexIVFPQ)faiss::IndexIVFPQ
encode_multiple(size_t n, long *keys, const float *x, uint8_t *codes, bool compute_keys=false) const faiss::IndexIVFPQ
encode_vectors(idx_t n, const float *x, const idx_t *list_nos, uint8_t *codes) const overridefaiss::IndexIVFPQvirtual
find_duplicates(idx_t *ids, size_t *lims) const faiss::IndexIVFPQ
get_InvertedListScanner(bool store_pairs) const overridefaiss::IndexIVFPQvirtual
get_list_size(size_t list_no) const (defined in faiss::IndexIVF)faiss::IndexIVFinline
idx_t typedeffaiss::Index
Index(idx_t d=0, MetricType metric=METRIC_L2) (defined in faiss::Index)faiss::Indexinlineexplicit
IndexIVF(Index *quantizer, size_t d, size_t nlist, size_t code_size, MetricType metric=METRIC_L2)faiss::IndexIVF
IndexIVF() (defined in faiss::IndexIVF)faiss::IndexIVF
IndexIVFPQ(Index *quantizer, size_t d, size_t nlist, size_t M, size_t nbits_per_idx) (defined in faiss::IndexIVFPQ)faiss::IndexIVFPQ
IndexIVFPQ() (defined in faiss::IndexIVFPQ)faiss::IndexIVFPQ
IndexIVFPQR(Index *quantizer, size_t d, size_t nlist, size_t M, size_t nbits_per_idx, size_t M_refine, size_t nbits_per_idx_refine) (defined in faiss::IndexIVFPQR)faiss::IndexIVFPQR
IndexIVFPQR() (defined in faiss::IndexIVFPQR)faiss::IndexIVFPQR
invlistsfaiss::IndexIVF
is_trainedfaiss::Index
k_factorfaiss::IndexIVFPQR
Level1Quantizer(Index *quantizer, size_t nlist) (defined in faiss::Level1Quantizer)faiss::Level1Quantizer
Level1Quantizer() (defined in faiss::Level1Quantizer)faiss::Level1Quantizer
maintain_direct_mapfaiss::IndexIVF
make_direct_map(bool new_maintain_direct_map=true)faiss::IndexIVF
max_codesfaiss::IndexIVF
merge_from(IndexIVF &other, idx_t add_id) overridefaiss::IndexIVFPQRvirtual
metric_typefaiss::Index
nlistfaiss::Level1Quantizer
nprobefaiss::IndexIVF
ntotalfaiss::Index
own_fieldsfaiss::Level1Quantizer
own_invlists (defined in faiss::IndexIVF)faiss::IndexIVF
parallel_modefaiss::IndexIVF
polysemous_htfaiss::IndexIVFPQ
polysemous_trainingfaiss::IndexIVFPQ
pqfaiss::IndexIVFPQ
precompute_table()faiss::IndexIVFPQ
precomputed_tablefaiss::IndexIVFPQ
precomputed_table_max_bytesfaiss::IndexIVFPQstatic
quantizerfaiss::Level1Quantizer
quantizer_trains_alonefaiss::Level1Quantizer
range_search(idx_t n, const float *x, float radius, RangeSearchResult *result) const overridefaiss::IndexIVFvirtual
range_search_preassigned(idx_t nx, const float *x, float radius, const idx_t *keys, const float *coarse_dis, RangeSearchResult *result) const (defined in faiss::IndexIVF)faiss::IndexIVF
reconstruct(idx_t key, float *recons) const overridefaiss::IndexIVFvirtual
reconstruct_from_offset(long list_no, long offset, float *recons) const overridefaiss::IndexIVFPQRvirtual
reconstruct_n(idx_t i0, idx_t ni, float *recons) const overridefaiss::IndexIVFvirtual
refine_codesfaiss::IndexIVFPQR
refine_pqfaiss::IndexIVFPQR
remove_ids(const IDSelector &sel) overridefaiss::IndexIVFPQRvirtual
replace_invlists(InvertedLists *il, bool own=false)faiss::IndexIVF
reset() overridefaiss::IndexIVFPQRvirtual
scan_table_thresholdfaiss::IndexIVFPQ
search(idx_t n, const float *x, idx_t k, float *distances, idx_t *labels) const overridefaiss::IndexIVFvirtual
search_and_reconstruct(idx_t n, const float *x, idx_t k, float *distances, idx_t *labels, float *recons) const overridefaiss::IndexIVFvirtual
search_preassigned(idx_t n, const float *x, idx_t k, const idx_t *assign, const float *centroid_dis, float *distances, idx_t *labels, bool store_pairs, const IVFSearchParameters *params=nullptr) const overridefaiss::IndexIVFPQRvirtual
train(idx_t n, const float *x) overridefaiss::IndexIVFvirtual
train_q1(size_t n, const float *x, bool verbose, MetricType metric_type)faiss::Level1Quantizer
train_residual(idx_t n, const float *x) overridefaiss::IndexIVFPQRvirtual
train_residual_o(idx_t n, const float *x, float *residuals_2)faiss::IndexIVFPQ
use_precomputed_tablefaiss::IndexIVFPQ
verbosefaiss::Index
~Index() (defined in faiss::Index)faiss::Indexvirtual
~IndexIVF() override (defined in faiss::IndexIVF)faiss::IndexIVF
~Level1Quantizer() (defined in faiss::Level1Quantizer)faiss::Level1Quantizer