set some options on how to copy to GPU More...
#include <GpuClonerOptions.h>
Public Attributes | |
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. | |
set some options on how to copy to GPU
Definition at line 17 of file GpuClonerOptions.h.
IndicesOptions faiss::gpu::GpuClonerOptions::indicesOptions |
how should indices be stored on index types that support indices (anything but GpuIndexFlat*)?
Definition at line 22 of file GpuClonerOptions.h.
bool faiss::gpu::GpuClonerOptions::useFloat16 |
for GpuIndexIVFFlat, is storage in float16? for GpuIndexIVFPQ, are intermediate calculations in float16?
Definition at line 29 of file GpuClonerOptions.h.