Commit 50b471d5 authored by Paul's avatar Paul
Browse files

Format

parent ffebc6a8
...@@ -223,7 +223,7 @@ struct reduce_op ...@@ -223,7 +223,7 @@ struct reduce_op
} }
else if(ins->name() == "reduce_mean") else if(ins->name() == "reduce_mean")
{ {
auto s = ins->inputs().front()->get_shape(); auto s = ins->inputs().front()->get_shape();
auto reduce_elements = s.elements() / ins->get_shape().elements(); auto reduce_elements = s.elements() / ins->get_shape().elements();
auto reduce_type = s.type(); auto reduce_type = s.type();
r.reduction = "op::sum{}"; r.reduction = "op::sum{}";
......
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