(self)
| 339 | self.check_shape(db.shape(), (3,)) |
| 340 | |
| 341 | def test_batchnorm2d_cpu(self): |
| 342 | self._batchnorm2d_helper(cpu_dev) |
| 343 | |
| 344 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 345 | def test_batchnorm2d_gpu(self): |
nothing calls this directly
no test coverage detected