Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_sum_cpu
Method
test_sum_cpu
test/python/test_onnx.py:449–450 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
447
decimal=5)
448
449
def
test_sum_cpu(self):
450
self._sum_helper(cpu_dev)
451
452
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
453
def
test_sum_gpu(self):
Callers
nothing calls this directly
Calls
1
_sum_helper
Method · 0.95
Tested by
no test coverage detected