Commit 0d94f068 authored by Paul's avatar Paul
Browse files

Format

parent bb7f65d9
......@@ -104,7 +104,8 @@ struct find_add_layernorm
{
auto matcher() const
{
return match::name("gpu::prelayernorm")(match::args(match::name("add")(match::used_once()).bind("add")));
return match::name("gpu::prelayernorm")(
match::args(match::name("add")(match::used_once()).bind("add")));
}
void apply(module& m, const match::matcher_result& r) const
......
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