Browse Source

fix(dnn): fix build

GitOrigin-RevId: d91077248a
release-1.11
Megvii Engine Team 2 years ago
parent
commit
399db31aab
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      dnn/test/fallback/reduce.cpp

+ 0
- 1
dnn/test/fallback/reduce.cpp View File

@@ -371,7 +371,6 @@ TEST_F(FALLBACK, BENCHMARK_REDUCE) {
for (auto mode : {Mode::SUM, Mode::MEAN, Mode::SUM_SQR}) {
param.mode = mode;
benchmarker_reduce.set_param(param);
auto reduce = benchmarker_reduce.execs({{3 * 224 * i}, {}}) / RUNS;
}
}
param.mode = param::Reduce::Mode::SUM;


Loading…
Cancel
Save