Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_slice_cpu
Method
test_slice_cpu
test/python/test_operation.py:2848–2849 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2846
decimal=5)
2847
2848
def
test_slice_cpu(self):
2849
self.slice_test(cpu_dev)
2850
2851
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
2852
def
test_slice_gpu(self):
Callers
nothing calls this directly
Calls
1
slice_test
Method · 0.95
Tested by
no test coverage detected