(self)
| 3347 | |
| 3348 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3349 | def test_pad_gpu(self): |
| 3350 | self.pad_helper(gpu_dev) |
| 3351 | |
| 3352 | def upsample_helper(self, dev): |
| 3353 | X = np.array([[[ |
nothing calls this directly
no test coverage detected