Commit 01089a59 authored by Paul's avatar Paul
Browse files

Format

parent 6b2212f2
...@@ -29,10 +29,8 @@ ...@@ -29,10 +29,8 @@
#include <migraphx/common.hpp> #include <migraphx/common.hpp>
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
migraphx::instruction_ref
migraphx::instruction_ref add_groupnorm(migraphx::module& m, add_groupnorm(migraphx::module& m, migraphx::instruction_ref x, float eps = 1e-12f)
migraphx::instruction_ref x,
float eps = 1e-12f)
{ {
auto lens = x->get_shape().lens(); auto lens = x->get_shape().lens();
auto reduce_op = migraphx::make_op("reduce_mean", {{"axes", -1}}); auto reduce_op = migraphx::make_op("reduce_mean", {{"axes", -1}});
......
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