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

Method test_Atanh_cpu

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_Atanh_helperMethod · 0.95

Tested by

no test coverage detected