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

Method test_SoftPlus_gpu

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

Source from the content-addressed store, hash-verified

1298
1299 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1300 def test_SoftPlus_gpu(self):
1301 self._SoftPlus_helper(gpu_dev)
1302
1303 def _unsqueeze_helper(self, dev):
1304 data = [0.1, -1.0, 0.4, 4.0, -0.9, 9.0]

Callers

nothing calls this directly

Calls 1

_SoftPlus_helperMethod · 0.95

Tested by

no test coverage detected