Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_Sqrt_cpu
Method
test_Sqrt_cpu
test/python/test_onnx.py:1005–1006 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1003
decimal=5)
1004
1005
def
test_Sqrt_cpu(self):
1006
self._Sqrt_helper(cpu_dev)
1007
1008
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
1009
def
test_Sqrt_gpu(self):
Callers
nothing calls this directly
Calls
1
_Sqrt_helper
Method · 0.95
Tested by
no test coverage detected