(self)
| 2973 | |
| 2974 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2975 | def test_gpu_scatter_elements(self): |
| 2976 | self._test_scatter_elements(gpu_dev) |
| 2977 | |
| 2978 | def split_test(self, dev): |
| 2979 | X = np.array([1., 2., 3., 4., 5., 6.]).astype(np.float32) |
nothing calls this directly
no test coverage detected