Commit 1df36ecb authored by Paul's avatar Paul
Browse files

Format

parent deb93eb4
......@@ -234,7 +234,7 @@ struct reshape
MIGRAPHX_THROW("Reshape: Wrong number of elements for reshape: reshape has " +
std::to_string(s.elements()) + " elements whereas the input has " +
std::to_string(inputs.front().elements()));
assert(s.bytes() == inputs.front().bytes());
return s;
}
......
......@@ -2203,7 +2203,6 @@ TEST_CASE(reshape_nonstandard_squeeze)
expect_shape(output, migraphx::make_op("reshape", {{"dims", lens}}), input);
}
TEST_CASE(reshape_broadcast_squeeze)
{
migraphx::shape input{migraphx::shape::float_type, {2, 16, 16, 1280}, {0, 0, 0, 1}};
......
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