Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_mul_cpu
Method
test_mul_cpu
test/python/test_onnx.py:1309–1310 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1307
decimal=5)
1308
1309
def
test_mul_cpu(self):
1310
self._mul_helper(cpu_dev)
1311
1312
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
1313
def
test_mul_gpu(self):
Callers
nothing calls this directly
Calls
1
_mul_helper
Method · 0.95
Tested by
no test coverage detected