(self)
| 3033 | self.check_shape(dx.shape(), tuple(X.shape)) |
| 3034 | |
| 3035 | def test_gather_cpu(self): |
| 3036 | self.gather_test(cpu_dev) |
| 3037 | |
| 3038 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3039 | def test_gather_gpu(self): |
nothing calls this directly
no test coverage detected