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

Method test_softsign_gpu

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

Source from the content-addressed store, hash-verified

1153
1154 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1155 def test_softsign_gpu(self):
1156 self._softsign_helper(gpu_dev)
1157
1158 def _mean_helper(self, dev):
1159 x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_softsign_helperMethod · 0.95

Tested by

no test coverage detected