(self)
| 1361 | |
| 1362 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1363 | def test_Sqrt_gpu(self): |
| 1364 | self._Sqrt_helper(gpu_dev) |
| 1365 | |
| 1366 | def _transpose_helper(self, dev): |
| 1367 | x = np.random.randn(3, 2, 1) |
nothing calls this directly
no test coverage detected