Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions | Public Attributes | List of all members
faiss::gpu::ToGpuCloner Struct Reference
Inheritance diagram for faiss::gpu::ToGpuCloner:
faiss::Cloner faiss::gpu::GpuClonerOptions

Public Member Functions

 ToGpuCloner (GpuResources *resources, int device, const GpuClonerOptions &options)
 
Indexclone_Index (const Index *index) override
 
- Public Member Functions inherited from faiss::Cloner
virtual VectorTransformclone_VectorTransform (const VectorTransform *)
 
virtual IndexIVFclone_IndexIVF (const IndexIVF *)
 

Public Attributes

GpuResourcesresources
 
int device
 
- Public Attributes inherited from faiss::gpu::GpuClonerOptions
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.
 

Detailed Description

Definition at line 101 of file GpuAutoTune.cpp.


The documentation for this struct was generated from the following file: