(self)
| 144 | |
| 145 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 146 | def test_conv2d_gpu(self): |
| 147 | self._conv2d_helper(gpu_dev) |
| 148 | |
| 149 | def _conv_same_pad(self, dev, pad_mode, is_2d): |
| 150 | if is_2d: |
nothing calls this directly
no test coverage detected