mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-02 09:12:03 +00:00
test-backend-ops.cpp: remove trailing whitespace
This commit is contained in:
@@ -4044,7 +4044,7 @@ struct test_im2col_3d : public test_case {
|
|||||||
const int d0;
|
const int d0;
|
||||||
const int d1;
|
const int d1;
|
||||||
const int d2;
|
const int d2;
|
||||||
|
|
||||||
const int64_t IC;
|
const int64_t IC;
|
||||||
|
|
||||||
std::string vars() override {
|
std::string vars() override {
|
||||||
@@ -4279,7 +4279,6 @@ struct test_conv_3d : public test_case {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// GGML_OP_CONCAT
|
// GGML_OP_CONCAT
|
||||||
struct test_concat : public test_case {
|
struct test_concat : public test_case {
|
||||||
const ggml_type type;
|
const ggml_type type;
|
||||||
|
|||||||
Reference in New Issue
Block a user