(self)
| 3009 | |
| 3010 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3011 | def test_split_gpu(self): |
| 3012 | self.split_test(gpu_dev) |
| 3013 | |
| 3014 | def gather_test(self, dev): |
| 3015 | config = [([0, 1, 3], 0), ([0, 1, 3], 1), ([[0, 1], [1, 2], [2, 3]], 1), |
nothing calls this directly
no test coverage detected