Skip to content

Commit 5f4fc48

Browse files
committed
Unused variable removed.
1 parent 1a2dfad commit 5f4fc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-backend-ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5625,8 +5625,8 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
56255625
auto test_case_conv_2d = new test_conv_2d(
56265626
{ W, H, Cin, 2 }, { KW, KH, Cin, Cout }, s0, s1, p0, p1, d0, d1, false);
56275627
test_cases.emplace_back(test_case_conv_2d);
5628-
auto test_case_conv_2d_im2col = new test_conv_2d_im2col(
5629-
{ W, H, Cin, 2 }, { KW, KH, Cin, Cout }, s0, s1, p0, p1, d0, d1, false);
5628+
//auto test_case_conv_2d_im2col = new test_conv_2d_im2col(
5629+
// { W, H, Cin, 2 }, { KW, KH, Cin, Cout }, s0, s1, p0, p1, d0, d1, false);
56305630
//test_cases.emplace_back(test_case_conv_2d_im2col);
56315631
//test_cases.emplace_back(new test_conv_2d_compare(test_case_conv_2d, test_case_conv_2d_im2col);
56325632
}

0 commit comments

Comments
 (0)