Commit e03002ac authored by Paul's avatar Paul
Browse files

Format

parent e0c791ea
...@@ -52,7 +52,7 @@ struct layernorm_base ...@@ -52,7 +52,7 @@ struct layernorm_base
check_shapes{inputs, static_cast<const Derived&>(*this)}.has(nargs + N); check_shapes{inputs, static_cast<const Derived&>(*this)}.has(nargs + N);
auto s = inputs.at(0); auto s = inputs.at(0);
auto t = s.type(); auto t = s.type();
if (not mods.empty()) if(not mods.empty())
t = mods.front()->get_output_shapes().front().type(); t = mods.front()->get_output_shapes().front().type();
if(s.scalar()) if(s.scalar())
{ {
......
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