| 61 | } // namespace |
| 62 | |
| 63 | TEST_F(FALLBACK_MULTI_THREADS, POOLING_GI_NCHW44_FP32) { |
| 64 | for (auto filter : {2, 3, 4, 5}) |
| 65 | for (auto stride : {1, 2}) { |
| 66 | run_pooling_check(handle(), get_nchw44_pool_args(filter, stride), false); |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | TEST_F(FALLBACK, POOLING_GI) { |
| 71 | using Param = param::Pooling; |
nothing calls this directly
no test coverage detected