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

Method test_SoftSign_gpu

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

Source from the content-addressed store, hash-verified

1265
1266 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1267 def test_SoftSign_gpu(self):
1268 self._SoftSign_helper(gpu_dev)
1269
1270 def _SoftPlus_helper(self, dev):
1271 #y = np.log(np.exp(x) + 1)

Callers

nothing calls this directly

Calls 1

_SoftSign_helperMethod · 0.95

Tested by

no test coverage detected