"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "a7ea008d5b56ff37ecc2d954d243c20f40cb65c5"
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,
std::vector<instruction_ref> inputs)
{
if(op.name() == "clip")
return inputs[0];
return inputs[0];
return m.insert_instruction(ins, op, insert_common_args(m, ins, std::move(inputs)));
}
......
......@@ -1858,7 +1858,8 @@ TEST_CASE(multinomial_dyn)
{
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)
......
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