提交 4e20eb16 编写于 作者: X xj.lin

fix bug unittest


Former-commit-id: bb332dbf8545bc4e3528bdf699e38cf396be902f
上级 59b63524
......@@ -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.
先完成此消息的编辑!
想要评论请 注册