This is the complete list of members for faiss::gpu::GpuIndexIVFPQ, including all inherited members.
add(Index::idx_t n, const float *x) override | faiss::gpu::GpuIndexIVF | virtual |
add_with_ids(Index::idx_t n, const float *x, const Index::idx_t *ids) override | faiss::gpu::GpuIndex | virtual |
addImpl_(faiss::Index::idx_t n, const float *x, const faiss::Index::idx_t *ids) override | faiss::gpu::GpuIndexIVFPQ | protectedvirtual |
addInternal_(Index::idx_t n, const float *x, const Index::idx_t *ids) | faiss::gpu::GpuIndex | protected |
assign(idx_t n, const float *x, idx_t *labels, idx_t k=1) | faiss::Index | |
compute_residual(const float *x, float *residual, idx_t key) const | faiss::Index | |
copyFrom(const faiss::IndexIVFPQ *index) | faiss::gpu::GpuIndexIVFPQ | |
faiss::gpu::GpuIndexIVF::copyFrom(const faiss::IndexIVF *index) | faiss::gpu::GpuIndexIVF | |
copyTo(faiss::IndexIVFPQ *index) const | faiss::gpu::GpuIndexIVFPQ | |
faiss::gpu::GpuIndexIVF::copyTo(faiss::IndexIVF *index) const | faiss::gpu::GpuIndexIVF | |
cp_ | faiss::gpu::GpuIndexIVF | protected |
d | faiss::Index | |
device_ | faiss::gpu::GpuIndex | protected |
display() const | faiss::Index | |
getBitsPerCode() const | faiss::gpu::GpuIndexIVFPQ | |
getCentroidsPerSubQuantizer() const | faiss::gpu::GpuIndexIVFPQ | |
getDevice() const (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | inline |
getListCodes(int listId) const | faiss::gpu::GpuIndexIVFPQ | |
getListIndices(int listId) const | faiss::gpu::GpuIndexIVFPQ | |
getListLength(int listId) const | faiss::gpu::GpuIndexIVFPQ | |
getNumLists() const | faiss::gpu::GpuIndexIVF | |
getNumProbes() const | faiss::gpu::GpuIndexIVF | |
getNumSubQuantizers() const | faiss::gpu::GpuIndexIVFPQ | |
getPrecomputedCodes() const | faiss::gpu::GpuIndexIVFPQ | |
getQuantizer() | faiss::gpu::GpuIndexIVF | |
getResources() (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | inline |
GpuIndex(GpuResources *resources, int dims, faiss::MetricType metric, GpuIndexConfig config) (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | |
GpuIndexIVF(GpuResources *resources, int dims, faiss::MetricType metric, int nlist, GpuIndexIVFConfig config=GpuIndexIVFConfig()) (defined in faiss::gpu::GpuIndexIVF) | faiss::gpu::GpuIndexIVF | |
GpuIndexIVFPQ(GpuResources *resources, const faiss::IndexIVFPQ *index, GpuIndexIVFPQConfig config=GpuIndexIVFPQConfig()) | faiss::gpu::GpuIndexIVFPQ | |
GpuIndexIVFPQ(GpuResources *resources, int dims, int nlist, int subQuantizers, int bitsPerCode, faiss::MetricType metric, GpuIndexIVFPQConfig config=GpuIndexIVFPQConfig()) | faiss::gpu::GpuIndexIVFPQ | |
idx_t typedef | faiss::Index | |
Index(idx_t d=0, MetricType metric=METRIC_INNER_PRODUCT) (defined in faiss::Index) | faiss::Index | inlineexplicit |
is_trained | faiss::Index | |
ivfConfig_ (defined in faiss::gpu::GpuIndexIVF) | faiss::gpu::GpuIndexIVF | protected |
memorySpace_ | faiss::gpu::GpuIndex | protected |
metric_type | faiss::Index | |
nlist_ | faiss::gpu::GpuIndexIVF | protected |
nprobe_ | faiss::gpu::GpuIndexIVF | protected |
ntotal | faiss::Index | |
quantizer_ | faiss::gpu::GpuIndexIVF | protected |
range_search(idx_t n, const float *x, float radius, RangeSearchResult *result) const | faiss::Index | virtual |
reclaimMemory() | faiss::gpu::GpuIndexIVFPQ | |
reconstruct(idx_t key, float *recons) const | faiss::Index | virtual |
reconstruct_n(idx_t i0, idx_t ni, float *recons) const | faiss::Index | virtual |
remove_ids(const IDSelector &sel) | faiss::Index | virtual |
reserveMemory(size_t numVecs) | faiss::gpu::GpuIndexIVFPQ | |
reset() override | faiss::gpu::GpuIndexIVFPQ | virtual |
resources_ | faiss::gpu::GpuIndex | protected |
search(faiss::Index::idx_t n, const float *x, faiss::Index::idx_t k, float *distances, faiss::Index::idx_t *labels) const override | faiss::gpu::GpuIndex | virtual |
searchImpl_(faiss::Index::idx_t n, const float *x, faiss::Index::idx_t k, float *distances, faiss::Index::idx_t *labels) const override | faiss::gpu::GpuIndexIVFPQ | protectedvirtual |
setNumProbes(int nprobe) | faiss::gpu::GpuIndexIVF | |
setPrecomputedCodes(bool enable) | faiss::gpu::GpuIndexIVFPQ | |
train(Index::idx_t n, const float *x) override | faiss::gpu::GpuIndexIVFPQ | virtual |
trainQuantizer_(faiss::Index::idx_t n, const float *x) (defined in faiss::gpu::GpuIndexIVF) | faiss::gpu::GpuIndexIVF | protected |
verbose | faiss::Index | |
~GpuIndexIVF() override (defined in faiss::gpu::GpuIndexIVF) | faiss::gpu::GpuIndexIVF | |
~GpuIndexIVFPQ() override (defined in faiss::gpu::GpuIndexIVFPQ) | faiss::gpu::GpuIndexIVFPQ | |
~Index() (defined in faiss::Index) | faiss::Index | inlinevirtual |