(self)
| 711 | |
| 712 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 713 | def test_Asinh_gpu(self): |
| 714 | self._Asinh_helper(gpu_dev) |
| 715 | |
| 716 | def _Atan_helper(self, dev): |
| 717 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected