MCPcopy Create free account
hub / github.com/apache/singa / test_erf_cpu

Method test_erf_cpu

test/python/test_operation.py:3647–3648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

erf_helperMethod · 0.95

Tested by

no test coverage detected