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 *xids) override | faiss::gpu::GpuIndexIVFPQ | virtual |
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 | |
get_typename() const | faiss::Index | inlinevirtual |
getBitsPerCode() const | faiss::gpu::GpuIndexIVFPQ | |
getCentroidsPerSubQuantizer() const | faiss::gpu::GpuIndexIVFPQ | |
getDevice() const (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | inline |
getFloat16LookupTables() const | faiss::gpu::GpuIndexIVFPQ | |
getIndicesOptions() const | faiss::gpu::GpuIndexIVF | |
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 | |
getResources() (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | inline |
getUseFloat16CoarseQuantizer() const | faiss::gpu::GpuIndexIVF | |
GpuIndex(GpuResources *resources, int device, int dims, faiss::MetricType metric) (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | |
GpuIndexIVF(GpuResources *resources, int device, IndicesOptions indicesOptions, bool useFloat16CoarseQuantizer, int dims, faiss::MetricType metric, int nlist) (defined in faiss::gpu::GpuIndexIVF) | faiss::gpu::GpuIndexIVF | |
GpuIndexIVF(GpuResources *resources, int device, IndicesOptions indicesOptions, int dims, faiss::MetricType metric, int nlist, GpuIndexFlat *quantizer) (defined in faiss::gpu::GpuIndexIVF) | faiss::gpu::GpuIndexIVF | |
GpuIndexIVFPQ(GpuResources *resources, int device, IndicesOptions indicesOptions, bool useFloat16LookupTables, const faiss::IndexIVFPQ *index) | faiss::gpu::GpuIndexIVFPQ | |
GpuIndexIVFPQ(GpuResources *resources, int device, int dims, int nlist, int subQuantizers, int bitsPerCode, bool usePrecomputed, IndicesOptions indicesOptions, bool useFloat16LookupTables, faiss::MetricType metric) | 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 |
index_typename (defined in faiss::Index) | faiss::Index | |
indicesOptions_ | faiss::gpu::GpuIndexIVF | protected |
is_trained | faiss::Index | |
metric_type | faiss::Index | |
nlist_ | faiss::gpu::GpuIndexIVF | protected |
nprobe_ | faiss::gpu::GpuIndexIVF | protected |
ntotal | faiss::Index | |
ownsQuantizer_ | faiss::gpu::GpuIndexIVF | protected |
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::GpuIndexIVFPQ | virtual |
set_typename() override (defined in faiss::gpu::GpuIndexIVFPQ) | faiss::gpu::GpuIndexIVFPQ | virtual |
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 |
useFloat16CoarseQuantizer_ | 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 |