"configs/datasets/vscode:/vscode.git/clone" did not exist on "012546666b10339420d18472fb025413a1b82804"
Commit 301b7605 authored by Paul's avatar Paul
Browse files

Formatting

parent e32bbb45
...@@ -33,7 +33,6 @@ bool is_reshaper(instruction_ref ins) ...@@ -33,7 +33,6 @@ bool is_reshaper(instruction_ref ins)
return contains(names, ins->name()) and not is_nonstandard_reshaper(ins); return contains(names, ins->name()) and not is_nonstandard_reshaper(ins);
} }
void simplify_reshapes::apply(program& p) const void simplify_reshapes::apply(program& p) const
{ {
for(auto ins : iterator_for(p)) for(auto ins : iterator_for(p))
......
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