Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_mean_cpu
Method
test_mean_cpu
test/python/test_onnx.py:1183–1184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1181
decimal=5)
1182
1183
def
test_mean_cpu(self):
1184
self._mean_helper(cpu_dev)
1185
1186
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
1187
def
test_mean_gpu(self):
Callers
nothing calls this directly
Calls
1
_mean_helper
Method · 0.95
Tested by
no test coverage detected