AscendIndexFlat
API定义 |
AscendIndexFlat(const faiss::IndexFlat *index, AscendIndexFlatConfig config = AscendIndexFlatConfig()) |
---|---|
功能描述 |
AscendIndexFlat的构造函数,基于一个已有的“index”创建Ascend上的检索Index。 |
输入 |
const faiss::IndexFlat *index:CPU侧Index资源。 AscendIndexFlatConfig config:NPU侧资源配置。 |
输出 |
无 |
返回值 |
无 |
约束说明 |
“index”需要为合法有效的CPUIndex指针,该Index的维度d参数取值范围为{64, 128, 256, 384, 512, 1024},底库数量不超过1e9,metric_type参数取值为 {faiss::MetricType::METRIC_L2,faiss::MetricType::METRIC_INNER_PRODUCT}。 |
父主题: AscendIndexFlat