(self)
| 1124 | decimal=5) |
| 1125 | |
| 1126 | def test_Atanh_cpu(self): |
| 1127 | self._Atanh_helper(cpu_dev) |
| 1128 | |
| 1129 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1130 | def test_Atanh_gpu(self): |
nothing calls this directly
no test coverage detected