(self)
| 1128 | |
| 1129 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1130 | def test_Atanh_gpu(self): |
| 1131 | self._Atanh_helper(gpu_dev) |
| 1132 | |
| 1133 | def _Less_helper(self, dev): |
| 1134 | x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected