Commit c055fda8 authored by Paul's avatar Paul
Browse files

Format

parent b341df0d
...@@ -52,7 +52,7 @@ void transform_convolutions(module& m) ...@@ -52,7 +52,7 @@ void transform_convolutions(module& m)
if(ins->get_shape().lens().size() != 4) if(ins->get_shape().lens().size() != 4)
continue; continue;
auto v = ins->get_operator().to_value(); auto v = ins->get_operator().to_value();
if (v.at("group").to<int>() > 1) if(v.at("group").to<int>() > 1)
continue; continue;
auto args = ins->inputs(); auto args = ins->inputs();
std::transform(args.begin(), args.end(), args.begin(), [&](auto& i) { std::transform(args.begin(), args.end(), args.begin(), [&](auto& i) {
......
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