Commit c5941d87 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 089515ea
...@@ -1571,8 +1571,7 @@ TEST_CASE(fp32_fp16_test) ...@@ -1571,8 +1571,7 @@ TEST_CASE(fp32_fp16_test)
return p; return p;
}; };
auto test_case = [&](std::vector<std::string>&& op_names) auto test_case = [&](std::vector<std::string>&& op_names) {
{
std::vector<float> gold_res = {2.0, 4.0, 6.0, 8.0, 10.0, 12.0}; std::vector<float> gold_res = {2.0, 4.0, 6.0, 8.0, 10.0, 12.0};
auto p = create_program(); auto p = create_program();
migraphx::quantize(p, op_names); migraphx::quantize(p, op_names);
......
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