"src/targets/vscode:/vscode.git/clone" did not exist on "bdcd2fc6ada38d80444dfa1ec21f3080dccea353"
Commit ec9e35c1 authored by Brian Pickrell's avatar Brian Pickrell
Browse files

formatting

parent 634f5844
...@@ -1858,7 +1858,8 @@ TEST_CASE(multinomial_dyn) ...@@ -1858,7 +1858,8 @@ TEST_CASE(multinomial_dyn)
{ {
migraphx::shape s{migraphx::shape::int32_type, {{2, 3}, {5, 6}}}; migraphx::shape s{migraphx::shape::int32_type, {{2, 3}, {5, 6}}};
expect_shape(s, migraphx::make_op("multinomial", {{"dtype", migraphx::shape::int32_type}}), s, s); expect_shape(
s, migraphx::make_op("multinomial", {{"dtype", migraphx::shape::int32_type}}), s, s);
} }
TEST_CASE(nms_shape) TEST_CASE(nms_shape)
......
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