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

formatting

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