Commit 936f8f48 authored by Paul's avatar Paul
Browse files

Format

parent 021bf1f4
...@@ -34,7 +34,7 @@ struct test_pad_asymmetrical : verify_program<test_pad_asymmetrical> ...@@ -34,7 +34,7 @@ struct test_pad_asymmetrical : verify_program<test_pad_asymmetrical>
migraphx::program p; migraphx::program p;
auto* mm = p.get_main_module(); auto* mm = p.get_main_module();
migraphx::shape s{migraphx::shape::int32_type, {1, 16, 1, 1}}; migraphx::shape s{migraphx::shape::int32_type, {1, 16, 1, 1}};
auto x = mm->add_parameter("x", s); auto x = mm->add_parameter("x", s);
mm->add_instruction(migraphx::make_op("pad", {{"pads", {0, 0, 0, 0, 0, 0, 1, 1}}}), x); mm->add_instruction(migraphx::make_op("pad", {{"pads", {0, 0, 0, 0, 0, 0, 1, 1}}}), x);
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