(self)
| 343 | |
| 344 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 345 | def test_batchnorm2d_gpu(self): |
| 346 | self._batchnorm2d_helper(gpu_dev) |
| 347 | |
| 348 | def gradients_check(self, |
| 349 | func, |
nothing calls this directly
no test coverage detected