Unverified Commit 4166593f authored by Brian Pickrell's avatar Brian Pickrell Committed by GitHub
Browse files

style


Co-authored-by: default avatarCharlie Lin <charlie.lin@amd.com>
parent 08059c40
......@@ -123,7 +123,7 @@ struct reduce_op : op_name<Derived>
auto tuned_axes = tune_axes(output_dyn_dims.size());
for(const auto& axis : tuned_axes)
{
output_dyn_dims[axis] = {1, 1};
output_dyn_dims[axis] = {1, 1, 0};
}
return shape{s.type(), output_dyn_dims};
......
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