Commit 924a01e8 authored by Khalique's avatar Khalique
Browse files

remove comment

parent 4012e94a
......@@ -215,8 +215,8 @@ void simplify_reshapes::apply(program& p) const
// Skip possible dead instructions
if(ins->outputs().empty() and ins != end)
continue;
match::find_matches(p, ins, find_nop_reshapes{}, find_reshaper{}, find_transpose{}
// find_concat_transpose{}
match::find_matches(p, ins, find_nop_reshapes{}, find_reshaper{}, find_transpose{},
find_concat_transpose{}
);
}
}
......
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