Struct faiss::gpu::GpuClonerOptions
-
struct faiss::gpu::GpuClonerOptions
set some options on how to copy to GPU
Subclassed by faiss::gpu::GpuMultipleClonerOptions, faiss::gpu::ToGpuCloner
Public Functions
-
GpuClonerOptions()
Public Members
-
IndicesOptions indicesOptions
how should indices be stored on index types that support indices (anything but GpuIndexFlat*)?
-
bool useFloat16CoarseQuantizer
is the coarse quantizer in float16?
-
bool useFloat16
for GpuIndexIVFFlat, is storage in float16? for GpuIndexIVFPQ, are intermediate calculations in float16?
-
bool usePrecomputed
use precomputed tables?
-
long reserveVecs
reserve vectors in the invfiles?
-
bool storeTransposed
For GpuIndexFlat, store data in transposed layout?
-
bool verbose
Set verbose options on the index.
-
GpuClonerOptions()