mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-13 14:29:52 +00:00
tests : fix whitespace (#0)
This commit is contained in:
parent
fde13b3bb9
commit
6847d54c4f
@ -1268,16 +1268,12 @@ struct test_pool2d : public test_case {
|
|||||||
|
|
||||||
// GGML_OP_CONV_TRANSPOSE_1D
|
// GGML_OP_CONV_TRANSPOSE_1D
|
||||||
struct test_conv_transpose_1d : public test_case {
|
struct test_conv_transpose_1d : public test_case {
|
||||||
|
|
||||||
const std::array<int64_t, 4> ne_input;
|
const std::array<int64_t, 4> ne_input;
|
||||||
const std::array<int64_t, 4> ne_kernel;
|
const std::array<int64_t, 4> ne_kernel;
|
||||||
|
|
||||||
// stride
|
const int s0; // stride
|
||||||
const int s0;
|
const int p0; // padding
|
||||||
// padding
|
const int d0; // dilation
|
||||||
const int p0;
|
|
||||||
// dilation
|
|
||||||
const int d0;
|
|
||||||
|
|
||||||
std::string vars() override {
|
std::string vars() override {
|
||||||
return VARS_TO_STR5(ne_input, ne_kernel, s0, p0, d0);
|
return VARS_TO_STR5(ne_input, ne_kernel, s0, p0, d0);
|
||||||
|
Loading…
Reference in New Issue
Block a user