(self)
| 633 | |
| 634 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 635 | def test_Acos_gpu(self): |
| 636 | self._Acos_helper(gpu_dev) |
| 637 | |
| 638 | def _Acosh_helper(self, dev): |
| 639 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected