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

Method test_Tanh_cpu

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

Source from the content-addressed store, hash-verified

1060 decimal=5)
1061
1062 def test_Tanh_cpu(self):
1063 self._Tanh_helper(cpu_dev)
1064
1065 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1066 def test_Tanh_gpu(self):

Callers

nothing calls this directly

Calls 1

_Tanh_helperMethod · 0.95

Tested by

no test coverage detected