Commit c6396935 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 61a1c018
......@@ -10,15 +10,13 @@ inline namespace MIGRAPHX_INLINE_NS {
void quantize_ins(program& prog, const std::vector<std::string>& ins_names)
{
for (auto ins : iterator_for(prog))
for(auto ins : iterator_for(prog))
{
auto name_it = std::find(ins_name.begin(), ins_name.end(), ins->name());
if (name_it == ins_name.end())
if(name_it == ins_name.end())
{
continue;
}
}
}
......
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