This is the complete list of members for faiss::gpu::FlatIndex, including all inherited members.
add(const float *data, int numVecs, cudaStream_t stream) | faiss::gpu::FlatIndex | |
FlatIndex(GpuResources *res, int dim, bool l2Distance, bool useFloat16) (defined in faiss::gpu::FlatIndex) | faiss::gpu::FlatIndex | |
getDim() const (defined in faiss::gpu::FlatIndex) | faiss::gpu::FlatIndex | |
getSize() const | faiss::gpu::FlatIndex | |
getUseFloat16() const (defined in faiss::gpu::FlatIndex) | faiss::gpu::FlatIndex | |
getVectorsFloat32Copy(cudaStream_t stream) | faiss::gpu::FlatIndex | |
getVectorsFloat32Copy(int from, int num, cudaStream_t stream) | faiss::gpu::FlatIndex | |
getVectorsFloat32Ref() | faiss::gpu::FlatIndex | |
query(Tensor< float, 2, true > &vecs, int k, Tensor< float, 2, true > &outDistances, Tensor< int, 2, true > &outIndices, bool exactDistance, int tileSize=-1) (defined in faiss::gpu::FlatIndex) | faiss::gpu::FlatIndex | |
reset() | faiss::gpu::FlatIndex |