From 9cb27341bc8cf6387e057404ce1f237204610e7a Mon Sep 17 00:00:00 2001 From: lichao18 Date: Thu, 20 Dec 2018 17:47:26 +0800 Subject: [PATCH] fix the benchmark MaccProcessed bug --- mace/ops/prior_box_benchmark.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/mace/ops/prior_box_benchmark.cc b/mace/ops/prior_box_benchmark.cc index 0d85d1c9..b93f611a 100644 --- a/mace/ops/prior_box_benchmark.cc +++ b/mace/ops/prior_box_benchmark.cc @@ -51,7 +51,6 @@ void PriorBox( net.RunOp(D); } const int64_t tot = static_cast(iters) * (300 * 300 * 3 + h); - mace::testing::MaccProcessed(tot); testing::BytesProcessed(tot * sizeof(T)); mace::testing::StartTiming(); while (iters--) { -- GitLab