提交 a4fdc60d 编写于 作者: L Liangliang He

Merge branch 'mace_run' into 'master'

change duration from float to integer

See merge request !175
......@@ -136,7 +136,7 @@ int main(int argc, char **argv) {
engine.Run(input_data.get(), shape, output_shape);
}
t1 = utils::NowMicros();
LOG(INFO) << "Avg duration: " << (t1 - t0) / (double)round << " us";
LOG(INFO) << "Avg duration: " << (t1 - t0) / round << " us";
}
const float *output = engine.Run(input_data.get(), shape, output_shape);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册