Commit cb9f01ae authored by Khalique's avatar Khalique
Browse files

formatting

parent 523eabeb
......@@ -215,11 +215,7 @@ 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{}
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