Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_ceil_gpu
Method
test_ceil_gpu
test/python/test_api.py:679–680 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
677
678
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
679
def
test_ceil_gpu(self):
680
self._ceil_helper(gpu_dev)
681
682
def
_floor_helper(self, dev):
683
Callers
nothing calls this directly
Calls
1
_ceil_helper
Method · 0.95
Tested by
no test coverage detected