(self)
| 3273 | |
| 3274 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3275 | def test_expand_gpu(self): |
| 3276 | self.expand_helper(gpu_dev) |
| 3277 | |
| 3278 | def pad_helper(self, dev): |
| 3279 | X = np.array([ |
nothing calls this directly
no test coverage detected