fix bug unittest

Former-commit-id: bb332dbf8545bc4e3528bdf699e38cf396be902f
pull/191/head
xj.lin 2019-08-14 20:18:13 +08:00
parent 59b63524da
commit 4e20eb16a4
1 changed files with 8 additions and 0 deletions

View File

@ -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_;
}