(self)
| 285 | decimal=5) |
| 286 | |
| 287 | def test_max_pool_cpu(self): |
| 288 | self._max_pool_helper(cpu_dev) |
| 289 | |
| 290 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 291 | def test_max_pool_gpu(self): |
nothing calls this directly
no test coverage detected