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

Method test_SoftPlus_cpu

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

Source from the content-addressed store, hash-verified

1294 decimal=5)
1295
1296 def test_SoftPlus_cpu(self):
1297 self._SoftPlus_helper(cpu_dev)
1298
1299 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1300 def test_SoftPlus_gpu(self):

Callers

nothing calls this directly

Calls 1

_SoftPlus_helperMethod · 0.95

Tested by

no test coverage detected