Commit fd313588 authored by Paul's avatar Paul
Browse files

Format

parent 9ff87ee1
...@@ -67,7 +67,7 @@ struct find_conv_pointwise ...@@ -67,7 +67,7 @@ struct find_conv_pointwise
m.replace_instruction(ins, mlir); m.replace_instruction(ins, mlir);
} }
}; };
} } // namespace
void fuse_mlir::apply(module& m) const { match::find_matches(m, find_conv_pointwise{}); } void fuse_mlir::apply(module& m) const { match::find_matches(m, find_conv_pointwise{}); }
......
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