Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_Acosh_cpu
Method
test_Acosh_cpu
test/python/test_operation.py:870–871 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
868
decimal=5)
869
870
def
test_Acosh_cpu(self):
871
self._Acosh_helper(cpu_dev)
872
873
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
874
def
test_Acosh_gpu(self):
Callers
nothing calls this directly
Calls
1
_Acosh_helper
Method · 0.95
Tested by
no test coverage detected