Commit 90071be5 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

change layout tests

parent 90b3e582
......@@ -76,7 +76,7 @@ TEST_CASE(conv_relu)
{{"padding", {1, 1}}, {"stride", {2, 2}}, {"dilation", {1, 1}}}),
x,
w);
auto conv_layout = m2.add_instruction(layout(), conv);
m2.add_instruction(layout(), conv);
}
EXPECT(m1.sort() == m2.sort());
}
......
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