AscendIndexIVFSQT
| API定义 | AscendIndexIVFSQT(const faiss::IndexIVFScalarQuantizer *index, AscendIndexIVFSQTConfig config = AscendIndexIVFSQTConfig()); | 
|---|---|
| 功能描述 | AscendIndexIVFSQT的构造函数,基于一个已有的“index”创建Ascend上的检索Index。 | 
| 输入 | const faiss::IndexIVFScalarQuantizer *index:CPU侧的Index资源。 AscendIndexIVFSQTConfig config:Device侧资源配置。 | 
| 输出 | 无 | 
| 返回值 | 无 | 
| 约束说明 | 
 | 
父主题: AscendIndexIVFSQT