Commit 5372da33 authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent ddfac084
...@@ -101,8 +101,7 @@ struct find_add_layernorm ...@@ -101,8 +101,7 @@ struct find_add_layernorm
auto matcher() const auto matcher() const
{ {
// CK branch does not work with the used_once() limitation // CK branch does not work with the used_once() limitation
return match::layernorm()( return match::layernorm()(match::var("x")(match::name("add").bind("add")));
match::var("x")(match::name("add").bind("add")));
} }
void apply(module& m, const match::matcher_result& r) const 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