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

Format

parent deb93eb4
...@@ -2203,7 +2203,6 @@ TEST_CASE(reshape_nonstandard_squeeze) ...@@ -2203,7 +2203,6 @@ TEST_CASE(reshape_nonstandard_squeeze)
expect_shape(output, migraphx::make_op("reshape", {{"dims", lens}}), input); expect_shape(output, migraphx::make_op("reshape", {{"dims", lens}}), input);
} }
TEST_CASE(reshape_broadcast_squeeze) TEST_CASE(reshape_broadcast_squeeze)
{ {
migraphx::shape input{migraphx::shape::float_type, {2, 16, 16, 1280}, {0, 0, 0, 1}}; 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