(self)
| 581 | |
| 582 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 583 | def test_Tan_gpu(self): |
| 584 | self._Tan_helper(gpu_dev) |
| 585 | |
| 586 | def _Tanh_helper(self, dev): |
| 587 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected