Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_min_cpu
Method
test_min_cpu
test/python/test_onnx.py:1402–1403 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1400
decimal=5)
1401
1402
def
test_min_cpu(self):
1403
self._min_helper(cpu_dev)
1404
1405
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
1406
def
test_min_gpu(self):
Callers
nothing calls this directly
Calls
1
_min_helper
Method · 0.95
Tested by
no test coverage detected