提交 0aef5498 编写于 作者: J jinhai

Merge branch 'MS-351' into 'branch-0.4.0'

fix bug unittest

Closes MS-351

See merge request megasearch/milvus!360

Former-commit-id: 517c0988845566d2d26a51930e674d7407b38be9
......@@ -58,6 +58,14 @@ public:
}
engine::VecIndexPtr CopyToGpu(const int64_t &device_id, const engine::Config &cfg) override {
}
engine::VecIndexPtr CopyToCpu(const engine::Config &cfg) override {
}
virtual int64_t Dimension() {
return dimension_;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册