(self)
| 2969 | self.check_shape(dx.shape(), data.shape) |
| 2970 | |
| 2971 | def test_cpu_scatter_elements(self): |
| 2972 | self._test_scatter_elements(cpu_dev) |
| 2973 | |
| 2974 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2975 | def test_gpu_scatter_elements(self): |
nothing calls this directly
no test coverage detected