Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_linear_cpu
Method
test_linear_cpu
test/python/test_onnx.py:358–359 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
356
decimal=5)
357
358
def
test_linear_cpu(self):
359
self._linear_helper(cpu_dev)
360
361
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
362
def
test_linear_gpu(self):
Callers
nothing calls this directly
Calls
1
_linear_helper
Method · 0.95
Tested by
no test coverage detected