copyTo
API Definition |
void copyTo(faiss::IndexScalarQuantizer* index) const |
|---|---|
Function |
Copies the retrieval resources of AscendIndexInt8Flat to the CPU. |
Input |
faiss::IndexScalarQuantizer* index: index resources on the CPU. |
Output |
N/A |
Return Value |
N/A |
Restrictions |
The index must be a valid CPUindex pointer. The resources occupied by the index are destroyed by the user. |
Parent topic: AscendIndexInt8Flat