(self)
| 776 | |
| 777 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 778 | def test_Cos_gpu(self): |
| 779 | self._Cos_helper(gpu_dev) |
| 780 | |
| 781 | def _Cosh_helper(self, dev): |
| 782 | X = np.array([0.8, -1.2, 3.3, -3.6, -0.5, |
nothing calls this directly
no test coverage detected