(self)
| 872 | |
| 873 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 874 | def test_Acosh_gpu(self): |
| 875 | self._Acosh_helper(gpu_dev) |
| 876 | |
| 877 | def _Sin_helper(self, dev): |
| 878 | X = np.array([0.8, -1.2, 3.3, -3.6, -0.5, |
nothing calls this directly
no test coverage detected