Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_conv2d_cpu
Method
test_conv2d_cpu
test/python/test_onnx.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
decimal=5)
70
71
def
test_conv2d_cpu(self):
72
self._conv2d_helper(cpu_dev)
73
74
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
75
def
test_conv2d_gpu(self):
Callers
nothing calls this directly
Calls
1
_conv2d_helper
Method · 0.95
Tested by
no test coverage detected