(self)
| 659 | |
| 660 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 661 | def test_Acosh_gpu(self): |
| 662 | self._Acosh_helper(gpu_dev) |
| 663 | |
| 664 | def _Asin_helper(self, dev): |
| 665 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected