File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4091,7 +4091,7 @@ struct test_conv_2d_im2col : public test_case {
40914091 dilation1 (dilation1),
40924092 cwhn (cwhn) {}
40934093
4094- std::vector<std::string> get_input_names () { return { " kernel" , " input" }; }
4094+ std::vector<std::string> get_input_names () override { return { " kernel" , " input" }; }
40954095
40964096 ggml_tensor * build_graph (ggml_context * ctx) override {
40974097 // printf("Building conv_2d_im2col graph...\n");
@@ -4180,7 +4180,7 @@ struct test_conv_2d : public test_case {
41804180 dilation1 (dilation1),
41814181 cwhn (cwhn) {}
41824182
4183- std::vector<std::string> get_input_names () { return { " kernel" , " input" }; }
4183+ std::vector<std::string> get_input_names () override { return { " kernel" , " input" }; }
41844184
41854185 ggml_tensor * build_graph (ggml_context * ctx) override {
41864186 // printf("Building conv_2d graph...\n");
You can’t perform that action at this time.
0 commit comments