Commit 41566e30 authored by Paul's avatar Paul
Browse files

Format

parent b27c2461
......@@ -81,7 +81,7 @@ bool verify_program(const std::string& name,
auto x = run_ref(p, inputs);
auto y = run_target(p, t, options, quantize, inputs);
bool passed = true;
bool passed = true;
std::size_t output_num = x.size();
for(std::size_t i = 0; i < output_num; ++i)
{
......
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