test-backend-ops : remove f16 pool_2d tests
This commit is contained in:
parent
bdf3b8ad70
commit
8824e42786
1 changed files with 1 additions and 1 deletions
|
@ -1544,7 +1544,7 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
|
|||
}
|
||||
}
|
||||
|
||||
for (ggml_type type_input : {GGML_TYPE_F16, GGML_TYPE_F32}) {
|
||||
for (ggml_type type_input : {GGML_TYPE_F32}) {
|
||||
for (ggml_op_pool pool_type : {GGML_OP_POOL_AVG, GGML_OP_POOL_MAX}) {
|
||||
for (int k0 : {1, 3}) {
|
||||
for (int k1 : {1, 3}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue