提交 71101b87 编写于 作者: L Liangliang He

change duration from float to integer

上级 9fc3e2e1
......@@ -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.
先完成此消息的编辑!
想要评论请 注册