"...git@developer.sourcefind.cn:modelzoo/solov2-pytorch.git" did not exist on "cd6d617e3ef0506087c498bee4c79a954525f83c"
Commit a98a53f5 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 96a4cec2
...@@ -74,7 +74,7 @@ void eliminate_contiguous::apply(module& p) const ...@@ -74,7 +74,7 @@ void eliminate_contiguous::apply(module& p) const
for(auto ins : iterator_for(p)) for(auto ins : iterator_for(p))
{ {
// return instruction should have inputs with standard shape // return instruction should have inputs with standard shape
if(ins->name() == "@return") if(ins->name() == "@return")
continue; continue;
// Make a copy so we can modify it while we iterate // Make a copy so we can modify it while we iterate
......
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