(self)
| 685 | |
| 686 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 687 | def test_Asin_gpu(self): |
| 688 | self._Asin_helper(gpu_dev) |
| 689 | |
| 690 | def _Asinh_helper(self, dev): |
| 691 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected