(self)
| 285 | |
| 286 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 287 | def test_sum_gpu(self): |
| 288 | self._sum_helper(gpu_dev) |
| 289 | |
| 290 | def _SeparableConv2d_helper(self, dev): |
| 291 | # SeparableConv2d(in_channels, out_channels, kernel_size) |
nothing calls this directly
no test coverage detected