Commit 42080b48 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 9f6153b2
......@@ -3796,10 +3796,8 @@ struct test_convert : verify_program<test_convert>
migraphx::shape sb{migraphx::shape::float_type, {24, 6}};
auto pa = p.add_parameter("a", sa);
auto pb = p.add_parameter("b", sb);
auto ia =
p.add_instruction(migraphx::op::convert{migraphx::shape::int8_type}, pa);
auto ib =
p.add_instruction(migraphx::op::convert{migraphx::shape::int8_type}, pb);
auto ia = p.add_instruction(migraphx::op::convert{migraphx::shape::int8_type}, pa);
auto ib = p.add_instruction(migraphx::op::convert{migraphx::shape::int8_type}, pb);
p.add_instruction(migraphx::op::quant_dot{}, ia, ib);
return p;
......
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