(self)
| 3269 | self.check_shape(dx2.shape(), tuple(shape)) |
| 3270 | |
| 3271 | def test_expand_cpu(self): |
| 3272 | self.expand_helper(cpu_dev) |
| 3273 | |
| 3274 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3275 | def test_expand_gpu(self): |
nothing calls this directly
no test coverage detected