(self)
| 113 | |
| 114 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 115 | def test_he_normal_gpu(self): |
| 116 | self.he_uniform(gpu_dev) |
| 117 | |
| 118 | def test_he_normal_cpu(self): |
| 119 | self.he_uniform(cpu_dev) |
nothing calls this directly
no test coverage detected