index_int8_ascend_to_cpu
API definition |
faiss::Index *index_int8_ascend_to_cpu(const AscendIndexInt8 *index); |
|---|---|
Function |
Copies and generates a retrieval index on the CPU based on the INT8 retrieval index resources on the Ascend. |
Input |
const AscendIndexInt8 *index: index resources on the Ascend. |
Output |
N/A |
Return value |
Retrieval index generated on the CPU. |
Restrictions |
|
Parent topic: operator =