copyTo
API Definition |
void copyTo(faiss::IndexIVFScalarQuantizer *index) |
|---|---|
Function |
Copies the retrieval resources of AscendIndexIVFSQFuzzy to the CPU. |
Input |
faiss::IndexIVFSQ *index: index resources on the CPU. |
Output |
N/A |
Return Value |
N/A |
Restrictions |
The index must be a valid CPUindex pointer. The member variables of the index must meet the following requirements:
|
Parent topic: AscendIndexIVFSQFuzzy