Commit 00439b95 authored by Paul's avatar Paul
Browse files

Format

parent 3800d2b7
......@@ -163,7 +163,7 @@ struct compile_plan
<< std::endl;
std::vector<double> times;
times.reserve(results.size());
for(const auto& cr : results)
for(const auto& cr : results)
{
times.push_back(
time_op(*ctx, cr.replace.code_object, to_shapes(cr.ins->inputs()), 20).first);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment