Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_sigmoid_cpu
Method
test_sigmoid_cpu
test/python/test_onnx.py:172–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
decimal=5)
171
172
def
test_sigmoid_cpu(self):
173
self._sigmoid_helper(cpu_dev)
174
175
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
176
def
test_sigmoid_gpu(self):
Callers
nothing calls this directly
Calls
1
_sigmoid_helper
Method · 0.95
Tested by
no test coverage detected