Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_Asinh_cpu
Method
test_Asinh_cpu
test/python/test_operation.py:998–999 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
996
decimal=5)
997
998
def
test_Asinh_cpu(self):
999
self._Asinh_helper(cpu_dev)
1000
1001
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
1002
def
test_Asinh_gpu(self):
Callers
nothing calls this directly
Calls
1
_Asinh_helper
Method · 0.95
Tested by
no test coverage detected