(self)
| 120 | decimal=5) |
| 121 | |
| 122 | def test_avg_pool_cpu(self): |
| 123 | self._avg_pool_helper(cpu_dev) |
| 124 | |
| 125 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 126 | def test_avg_pool_gpu(self): |
nothing calls this directly
no test coverage detected