Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_and_cpu
Method
test_and_cpu
test/python/test_operation.py:1970–1971 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1968
decimal=5)
1969
1970
def
test_and_cpu(self):
1971
self._and_helper(cpu_dev)
1972
1973
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
1974
def
test_and_gpu(self):
Callers
nothing calls this directly
Calls
1
_and_helper
Method · 0.95
Tested by
no test coverage detected