Public Attributes | |
bool | shard |
![]() | |
IndicesOptions | indicesOptions |
bool | useFloat16CoarseQuantizer |
is the coarse quantizer in float16? | |
bool | useFloat16 |
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. | |
Definition at line 44 of file GpuClonerOptions.h.
bool faiss::gpu::GpuMultipleClonerOptions::shard |
Whether to shard the index across GPUs, versus replication across GPUs
Definition at line 49 of file GpuClonerOptions.h.