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

fix bug unittest

Closes MS-351

See merge request megasearch/milvus!360

Former-commit-id: f1fe91d674b212bc4297bcdba846a693de4606d0
pull/191/head
jinhai 2019-08-14 20:19:11 +08:00
commit 0cd9a97487
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_;
}