(self)
| 763 | |
| 764 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 765 | def test_Atanh_gpu(self): |
| 766 | self._Atanh_helper(gpu_dev) |
| 767 | |
| 768 | def _SeLu_helper(self, dev): |
| 769 | x = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected