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

Method test_SoftSign_cpu

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

Source from the content-addressed store, hash-verified

1261 decimal=5)
1262
1263 def test_SoftSign_cpu(self):
1264 self._SoftSign_helper(cpu_dev)
1265
1266 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1267 def test_SoftSign_gpu(self):

Callers

nothing calls this directly

Calls 1

_SoftSign_helperMethod · 0.95

Tested by

no test coverage detected