Skip to content

Commit 6847d54

Browse files
committed
tests : fix whitespace (#0)
1 parent fde13b3 commit 6847d54

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tests/test-backend-ops.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,16 +1268,12 @@ struct test_pool2d : public test_case {
12681268

12691269
// GGML_OP_CONV_TRANSPOSE_1D
12701270
struct test_conv_transpose_1d : public test_case {
1271-
12721271
const std::array<int64_t, 4> ne_input;
12731272
const std::array<int64_t, 4> ne_kernel;
12741273

1275-
// stride
1276-
const int s0;
1277-
// padding
1278-
const int p0;
1279-
// dilation
1280-
const int d0;
1274+
const int s0; // stride
1275+
const int p0; // padding
1276+
const int d0; // dilation
12811277

12821278
std::string vars() override {
12831279
return VARS_TO_STR5(ne_input, ne_kernel, s0, p0, d0);

0 commit comments

Comments
 (0)