(self)
| 1096 | |
| 1097 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1098 | def test_Atan_gpu(self): |
| 1099 | self._Atan_helper(gpu_dev) |
| 1100 | |
| 1101 | def _Atanh_helper(self, dev): |
| 1102 | X = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected