Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_Div_cpu
Method
test_Div_cpu
test/python/test_operation.py:1672–1673 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1670
decimal=5)
1671
1672
def
test_Div_cpu(self):
1673
self._Div_helper(cpu_dev)
1674
1675
@unittest.skipIf(not singa_wrap.USE_CUDA,
'CUDA is not enabled'
)
1676
def
test_Div_gpu(self):
Callers
nothing calls this directly
Calls
1
_Div_helper
Method · 0.95
Tested by
no test coverage detected