提交 399db31a 编写于 作者: M Megvii Engine Team

fix(dnn): fix build

GitOrigin-RevId: d91077248a7ffb52fe06738b705ed844d1b6ceb9
上级 b8c7557b
...@@ -371,7 +371,6 @@ TEST_F(FALLBACK, BENCHMARK_REDUCE) { ...@@ -371,7 +371,6 @@ TEST_F(FALLBACK, BENCHMARK_REDUCE) {
for (auto mode : {Mode::SUM, Mode::MEAN, Mode::SUM_SQR}) { for (auto mode : {Mode::SUM, Mode::MEAN, Mode::SUM_SQR}) {
param.mode = mode; param.mode = mode;
benchmarker_reduce.set_param(param); benchmarker_reduce.set_param(param);
auto reduce = benchmarker_reduce.execs({{3 * 224 * i}, {}}) / RUNS;
} }
} }
param.mode = param::Reduce::Mode::SUM; param.mode = param::Reduce::Mode::SUM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册