"...data/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "29b38d1277d5d10a0f6dd8e518a0fc33132639e6"
Commit ec9e35c1 authored by Brian Pickrell's avatar Brian Pickrell
Browse files

formatting

parent 634f5844
...@@ -210,7 +210,7 @@ instruction_ref insert_common_op(module& m, ...@@ -210,7 +210,7 @@ instruction_ref insert_common_op(module& m,
std::vector<instruction_ref> inputs) std::vector<instruction_ref> inputs)
{ {
if(op.name() == "clip") if(op.name() == "clip")
return inputs[0]; return inputs[0];
return m.insert_instruction(ins, op, insert_common_args(m, ins, std::move(inputs))); return m.insert_instruction(ins, op, insert_common_args(m, ins, std::move(inputs)));
} }
......
...@@ -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