(self)
| 808 | |
| 809 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 810 | def test_Cosh_gpu(self): |
| 811 | self._Cosh_helper(gpu_dev) |
| 812 | |
| 813 | def _Acos_helper(self, dev): |
| 814 | X = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected