Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_and_cpu
Method
test_and_cpu
test/python/test_onnx.py:1463–1464 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1461
decimal=5)
1462
1463
def
test_and_cpu(self):
1464
self._and_helper(cpu_dev)
1465
1466
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
1467
def
test_and_gpu(self):
Callers
nothing calls this directly
Calls
1
_and_helper
Method · 0.95
Tested by
no test coverage detected