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

Method test_softsign_cpu

test/python/test_onnx.py:1151–1152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1149 decimal=5)
1150
1151 def test_softsign_cpu(self):
1152 self._softsign_helper(cpu_dev)
1153
1154 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1155 def test_softsign_gpu(self):

Callers

nothing calls this directly

Calls 1

_softsign_helperMethod · 0.95

Tested by

no test coverage detected