(self)
| 78 | |
| 79 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 80 | def test_he_uniform_gpu(self): |
| 81 | self.he_uniform(gpu_dev) |
| 82 | |
| 83 | def test_he_uniform_cpu(self): |
| 84 | self.he_uniform(cpu_dev) |
nothing calls this directly
no test coverage detected