test-backend-ops.cpp: remove trailing whitespace
This commit is contained in:
parent
aafa79ae03
commit
3f901e316b
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue