(self)
| 477 | |
| 478 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 479 | def test_Cos_gpu(self): |
| 480 | self._Cos_helper(gpu_dev) |
| 481 | |
| 482 | def _Cosh_helper(self, dev): |
| 483 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected