This is the complete list of members for faiss::gpu::GpuIndexIVF, 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_(Index::idx_t n, const float *x, const Index::idx_t *ids)=0 | faiss::gpu::GpuIndex | protectedpure virtual |
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::IndexIVF *index) | 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 | |
getDevice() const (defined in faiss::gpu::GpuIndex) | faiss::gpu::GpuIndex | inline |
getNumLists() const | faiss::gpu::GpuIndexIVF | |
getNumProbes() const | faiss::gpu::GpuIndexIVF | |
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 | |
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 |
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 |
reset()=0 | faiss::Index | pure 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 =0 | faiss::gpu::GpuIndex | protectedpure virtual |
setNumProbes(int nprobe) | faiss::gpu::GpuIndexIVF | |
train(idx_t, const float *) | faiss::Index | inlinevirtual |
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 | |
~Index() (defined in faiss::Index) | faiss::Index | inlinevirtual |