(self)
| 555 | |
| 556 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 557 | def test_Sinh_gpu(self): |
| 558 | self._Sinh_helper(gpu_dev) |
| 559 | |
| 560 | def _Tan_helper(self, dev): |
| 561 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected