mirror of https://github.com/milvus-io/milvus.git
Merge branch 'MS-351' into 'branch-0.4.0'
fix bug unittest Closes MS-351 See merge request megasearch/milvus!360 Former-commit-id: f1fe91d674b212bc4297bcdba846a693de4606d0pull/191/head
commit
0cd9a97487
|
@ -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_;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue