From: Georgi Gerganov Date: Mon, 8 Jul 2024 07:39:36 +0000 (+0300) Subject: tests : fix whitespace (llama/0) X-Git-Tag: upstream/0.0.1642~540 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=754630ef005e12239175a76eb5a1b473464d27b5;p=pkg%2Fggml%2Fsources%2Fggml tests : fix whitespace (llama/0) --- diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index 83d4a0eb..a1bfc8fd 100644 --- a/tests/test-backend-ops.cpp +++ b/tests/test-backend-ops.cpp @@ -1268,16 +1268,12 @@ struct test_pool2d : public test_case { // GGML_OP_CONV_TRANSPOSE_1D struct test_conv_transpose_1d : public test_case { - const std::array ne_input; const std::array ne_kernel; - // stride - const int s0; - // padding - const int p0; - // dilation - const int d0; + const int s0; // stride + const int p0; // padding + const int d0; // dilation std::string vars() override { return VARS_TO_STR5(ne_input, ne_kernel, s0, p0, d0);