@@ -5939,13 +5939,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
59395939 test_cases.emplace_back (new test_conv_transpose_2d ({3 , 2 , 3 , 1 }, {2 , 2 , 1 , 3 }, 1 ));
59405940 test_cases.emplace_back (new test_conv_transpose_2d ({10 , 10 , 9 , 1 }, {3 , 3 , 1 , 9 }, 2 ));
59415941
5942- test_cases.emplace_back (new test_count_equal (GGML_TYPE_F32, {4 , 500 , 1 , 1 }));
5943- test_cases.emplace_back (new test_count_equal (GGML_TYPE_F32, {4 , 5000 , 1 , 1 }));
5944- test_cases.emplace_back (new test_count_equal (GGML_TYPE_F32, {1024 , 1 , 1 , 1 }));
5945- test_cases.emplace_back (new test_count_equal (GGML_TYPE_F32, { 64 , 64 , 1 , 1 }));
5946- test_cases.emplace_back (new test_count_equal (GGML_TYPE_F16, { 256 , 32 , 1 , 1 }));
59475942 test_cases.emplace_back (new test_count_equal (GGML_TYPE_I32, { 512 , 16 , 1 , 1 }));
5948- test_cases.emplace_back (new test_count_equal (GGML_TYPE_I16, { 512 , 16 , 1 , 1 }));
59495943
59505944 test_cases.emplace_back (new test_argmax (GGML_TYPE_F32, {32 , 1 , 1 , 1 }));
59515945 test_cases.emplace_back (new test_argmax (GGML_TYPE_F32, {32 , 513 , 1 , 1 }));
0 commit comments