We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f301ec commit 0c6d24dCopy full SHA for 0c6d24d
tests/test-backend-ops.cpp
@@ -1022,7 +1022,7 @@ struct test_case {
1022
}
1023
1024
// Checks an op against the test filter, which is a comma separated list of OP names or specific variations
1025
- bool matches_filter(ggml_tensor* op, const char* op_names_filter) {
+ bool matches_filter(ggml_tensor * op, const char * op_names_filter) {
1026
if (op_names_filter) {
1027
const auto op_name = op_desc(op);
1028
const auto op_full_name = op_name + "(" + vars() + ")";
0 commit comments