"src/vscode:/vscode.git/clone" did not exist on "8c7181399a83cc711d892e7ca48e02c2e1222da0"
Commit b0dc015c authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent cffbd40a
...@@ -50,8 +50,8 @@ struct layernorm_matcher ...@@ -50,8 +50,8 @@ struct layernorm_matcher
{ {
return f("div")(arg(0)(x_minus_mean()), return f("div")(arg(0)(x_minus_mean()),
arg(1)(skip_broadcasts(f("sqrt")( arg(1)(skip_broadcasts(f("sqrt")(arg(0)(f("add")(
arg(0)(f("add")(either_arg(0, 1)(variance(), is_constant()))))))); // 71.7596/sec either_arg(0, 1)(variance(), is_constant()))))))); // 71.7596/sec
// arg(0)(f("add")(either_arg(0, 1)(variance(), has_value(1e-12f)))))))); // 70.8157/sec // arg(0)(f("add")(either_arg(0, 1)(variance(), has_value(1e-12f)))))))); // 70.8157/sec
} }
......
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