Commit 019bc600 authored by Khalique's avatar Khalique
Browse files

formatting

parent 5878e34a
...@@ -962,8 +962,8 @@ struct test_pooling_autopad ...@@ -962,8 +962,8 @@ struct test_pooling_autopad
auto l0 = p.add_parameter("x", s0); auto l0 = p.add_parameter("x", s0);
migraphx::op::pooling op{"max"}; migraphx::op::pooling op{"max"};
op.padding_mode = migraphx::op::padding_mode_t::same; op.padding_mode = migraphx::op::padding_mode_t::same;
op.lengths = {2, 2}; op.lengths = {2, 2};
op.stride = {2, 2}; op.stride = {2, 2};
p.add_instruction(op, l0); p.add_instruction(op, l0);
return p; return p;
} }
......
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