Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_floor_gpu
Method
test_floor_gpu
test/python/test_api.py:701–702 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
699
700
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
701
def
test_floor_gpu(self):
702
self._floor_helper(gpu_dev)
703
704
def
_as_type_helper(self, dev):
705
Callers
nothing calls this directly
Calls
1
_floor_helper
Method · 0.95
Tested by
no test coverage detected