(self)
| 3037 | |
| 3038 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3039 | def test_gather_gpu(self): |
| 3040 | self.gather_test(gpu_dev) |
| 3041 | |
| 3042 | def tile_test(self, dev): |
| 3043 | config_repeats = [ |
nothing calls this directly
no test coverage detected