(self)
| 3503 | |
| 3504 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3505 | def test_rounde_gpu(self): |
| 3506 | self.rounde_helper(gpu_dev) |
| 3507 | |
| 3508 | def round_helper(self, dev): |
| 3509 | X = np.array([ |
nothing calls this directly
no test coverage detected