(self)
| 3645 | tensor.to_numpy(tensor.from_raw_tensor(dx)), dx_t) |
| 3646 | |
| 3647 | def test_erf_cpu(self): |
| 3648 | self.erf_helper(cpu_dev) |
| 3649 | |
| 3650 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3651 | def test_erf_gpu(self): |
nothing calls this directly
no test coverage detected