mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
Format the code
Former-commit-id: 35eee89fce00364921cf35ad8539197edbdb8a01
This commit is contained in:
parent
725c3b5e1d
commit
cdf910b6e8
@ -165,7 +165,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest,
|
||||
// std::make_tuple("GPUIVFPQ", ParameterType::ivfpq),
|
||||
std::make_tuple("IVFSQ", ParameterType::ivfsq),
|
||||
std::make_tuple("GPUIVFSQ", ParameterType::ivfsq),
|
||||
std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid)));
|
||||
std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid)));
|
||||
|
||||
void
|
||||
AssertAnns(const kn::DatasetPtr& result, const int& nq, const int& k) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user