Commit 040bbf04 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 985a6f37
......@@ -1354,10 +1354,22 @@ TEST_CASE(quant_conv2d_test)
p.compile(migraphx::cpu::target{});
auto result = p.eval({});
std::vector<float> s = {
10197, 10548, 11601, 11952, 25506, 26586,
29826, 30906, 27045, 27396, 28449, 28800,
77346, 78426, 81666, 82746};
std::vector<float> s = {10197,
10548,
11601,
11952,
25506,
26586,
29826,
30906,
27045,
27396,
28449,
28800,
77346,
78426,
81666,
82746};
std::vector<float> results_vector(16);
result.visit([&](auto output) { results_vector.assign(output.begin(), output.end()); });
......
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