(self)
| 3378 | |
| 3379 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3380 | def test_upsample_gpu(self): |
| 3381 | self.upsample_helper(gpu_dev) |
| 3382 | |
| 3383 | def depth_space_helper(self, dev): |
| 3384 | # (1, 8, 2, 3) input tensor |
nothing calls this directly
no test coverage detected