Struct faiss::gpu::GpuIndexIVFConfig
-
struct GpuIndexIVFConfig : public faiss::gpu::GpuIndexConfig
Subclassed by faiss::gpu::GpuIndexIVFFlatConfig, faiss::gpu::GpuIndexIVFPQConfig, faiss::gpu::GpuIndexIVFScalarQuantizerConfig
Public Functions
-
inline GpuIndexIVFConfig()
Public Members
-
IndicesOptions indicesOptions
Index storage options for the GPU.
-
GpuIndexFlatConfig flatConfig
Configuration for the coarse quantizer object.
-
int device
GPU device on which the index is resident.
-
MemorySpace memorySpace
What memory space to use for primary storage. On Pascal and above (CC 6+) architectures, allows GPUs to use more memory than is available on the GPU.
-
inline GpuIndexIVFConfig()