Commit 45e9cc89 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent c79661d6
...@@ -33,7 +33,8 @@ void auto_contiguous::apply(module& p) const ...@@ -33,7 +33,8 @@ void auto_contiguous::apply(module& p) const
auto last = std::prev(p.end()); auto last = std::prev(p.end());
for(auto ins : iterator_for(p)) for(auto ins : iterator_for(p))
{ {
if (ins->outputs().empty() and ins != last) continue; if(ins->outputs().empty() and ins != last)
continue;
shape s = ins->get_shape(); shape s = ins->get_shape();
if(not s.standard() and s.elements() != 0) if(not s.standard() and s.elements() != 0)
{ {
......
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