(self)
| 320 | |
| 321 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 322 | def test_SeparableConv2d_gpu(self): |
| 323 | self._SeparableConv2d_helper(gpu_dev) |
| 324 | |
| 325 | def _batchnorm2d_helper(self, dev): |
| 326 | batchnorm_0 = layer.BatchNorm2d(3) |
nothing calls this directly
no test coverage detected