API定义
faiss::Index *index_int8_ascend_to_cpu(const AscendIndexInt8 *index);
功能描述
根据Ascend上的INT8的检索Index资源,拷贝生成一个CPU上的检索Index。
输入
const AscendIndexInt8 *index:Ascend上的Index资源。
输出
无
返回值
生成一个CPU上的检索Index。
约束说明