(self)
| 3374 | self.check_shape(dx.shape(), tuple(X.shape)) |
| 3375 | |
| 3376 | def test_upsample_cpu(self): |
| 3377 | self.upsample_helper(cpu_dev) |
| 3378 | |
| 3379 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3380 | def test_upsample_gpu(self): |
nothing calls this directly
no test coverage detected