Commit 0622be21 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 07a0acdb
...@@ -115,7 +115,7 @@ TEST_CASE(conv_add) ...@@ -115,7 +115,7 @@ TEST_CASE(conv_add)
x, x,
w); w);
auto conv_layout = m2.add_instruction(layout(), conv); auto conv_layout = m2.add_instruction(layout(), conv);
auto b = m2.add_instruction( auto b = m2.add_instruction(
migraphx::make_op("broadcast", {{"axis", 1}, {"out_lens", conv->get_shape().lens()}}), migraphx::make_op("broadcast", {{"axis", 1}, {"out_lens", conv->get_shape().lens()}}),
y); y);
m2.add_instruction(migraphx::make_op("add"), conv_layout, b); m2.add_instruction(migraphx::make_op("add"), conv_layout, b);
......
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