Commit 602924d4 authored by Paul's avatar Paul
Browse files

Format

parent cbfb5232
...@@ -33,7 +33,7 @@ struct test_pooling_add_concat_relu : verify_program<test_pooling_add_concat_rel ...@@ -33,7 +33,7 @@ struct test_pooling_add_concat_relu : verify_program<test_pooling_add_concat_rel
migraphx::program create_program() const migraphx::program create_program() const
{ {
migraphx::program p; migraphx::program p;
auto* mm = p.get_main_module(); auto* mm = p.get_main_module();
migraphx::shape s1{migraphx::shape::float_type, {1, 4, 8, 8}}; migraphx::shape s1{migraphx::shape::float_type, {1, 4, 8, 8}};
migraphx::shape s2{migraphx::shape::float_type, {1, 4, 16, 16}}; migraphx::shape s2{migraphx::shape::float_type, {1, 4, 16, 16}};
auto x = mm->add_parameter("x", s1); auto x = mm->add_parameter("x", s1);
......
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