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_operation.py:2881–2882 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2879
2880
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
2881
def
test_ceil_gpu(self):
2882
self.ceil_test(gpu_dev)
2883
2884
def
floor_test(self,dev):
2885
X = np.array([-1.9,1.2]).astype(np.float32)
Callers
nothing calls this directly
Calls
1
ceil_test
Method · 0.95
Tested by
no test coverage detected