Public Attributes | |
bool | useFloat16IVFStorage |
![]() | |
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 |
Definition at line 22 of file GpuIndexIVFFlat.h.
bool faiss::gpu::GpuIndexIVFFlatConfig::useFloat16IVFStorage |
Whether or not IVFFlat inverted list storage is in float16; supported on all architectures
Definition at line 29 of file GpuIndexIVFFlat.h.