Commit 71cd533f authored by umangyadav's avatar umangyadav
Browse files

formatting

parent 5185eb6a
...@@ -203,7 +203,7 @@ TEST_CASE(single_target_multi_compile) ...@@ -203,7 +203,7 @@ TEST_CASE(single_target_multi_compile)
auto score_threshold = mm->add_literal(0.0f); auto score_threshold = mm->add_literal(0.0f);
auto r = mm->add_instruction( auto r = mm->add_instruction(
migraphx::make_op("nonmaxsuppression", migraphx::make_op("nonmaxsuppression",
{{"center_point_box", true}, {"use_dyn_output", true}}), {{"center_point_box", true}, {"use_dyn_output", true}}),
boxes_param, boxes_param,
scores_l, scores_l,
max_out_l, max_out_l,
......
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