This is the complete list of members for faiss::ReadOnlyInvertedLists, including all inherited members.
add_entries(size_t list_no, size_t n_entry, const idx_t *ids, const uint8_t *code) override (defined in faiss::ReadOnlyInvertedLists) | faiss::ReadOnlyInvertedLists | virtual |
add_entry(size_t list_no, idx_t theid, const uint8_t *code) | faiss::InvertedLists | virtual |
code_size | faiss::InvertedLists | |
compute_ntotal() const | faiss::InvertedLists | |
get_codes(size_t list_no) const =0 | faiss::InvertedLists | pure virtual |
get_ids(size_t list_no) const =0 | faiss::InvertedLists | pure virtual |
get_single_code(size_t list_no, size_t offset) const | faiss::InvertedLists | virtual |
get_single_id(size_t list_no, size_t offset) const | faiss::InvertedLists | virtual |
idx_t typedef (defined in faiss::InvertedLists) | faiss::InvertedLists | |
imbalance_factor() const | faiss::InvertedLists | |
InvertedLists(size_t nlist, size_t code_size) (defined in faiss::InvertedLists) | faiss::InvertedLists | |
list_size(size_t list_no) const =0 | faiss::InvertedLists | pure virtual |
merge_from(InvertedLists *oivf, size_t add_id) | faiss::InvertedLists | |
nlist | faiss::InvertedLists | |
prefetch_lists(const idx_t *list_nos, int nlist) const | faiss::InvertedLists | virtual |
print_stats() const | faiss::InvertedLists | |
ReadOnlyInvertedLists(size_t nlist, size_t code_size) (defined in faiss::ReadOnlyInvertedLists) | faiss::ReadOnlyInvertedLists | inline |
release_codes(size_t list_no, const uint8_t *codes) const | faiss::InvertedLists | virtual |
release_ids(size_t list_no, const idx_t *ids) const | faiss::InvertedLists | virtual |
reset() (defined in faiss::InvertedLists) | faiss::InvertedLists | virtual |
resize(size_t list_no, size_t new_size) override (defined in faiss::ReadOnlyInvertedLists) | faiss::ReadOnlyInvertedLists | virtual |
update_entries(size_t list_no, size_t offset, size_t n_entry, const idx_t *ids, const uint8_t *code) override (defined in faiss::ReadOnlyInvertedLists) | faiss::ReadOnlyInvertedLists | virtual |
update_entry(size_t list_no, size_t offset, idx_t id, const uint8_t *code) (defined in faiss::InvertedLists) | faiss::InvertedLists | virtual |
~InvertedLists() (defined in faiss::InvertedLists) | faiss::InvertedLists | virtual |