(self)
| 3438 | |
| 3439 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3440 | def test_depth_space_gpu(self): |
| 3441 | self.depth_space_helper(gpu_dev) |
| 3442 | |
| 3443 | def test_invalid_inputs(self, dev=cpu_dev): |
| 3444 | _1d = tensor.Tensor((10,), dev) |
nothing calls this directly
no test coverage detected