MCPcopy Create free account
hub / github.com/apache/singa / test_Div_gpu

Method test_Div_gpu

test/python/test_operation.py:1676–1677  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1674
1675 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1676 def test_Div_gpu(self):
1677 self._Div_helper(gpu_dev)
1678
1679 def _squeeze_helper(self, dev):
1680 x = np.random.randn(3, 1, 2, 1, 1)

Callers

nothing calls this directly

Calls 1

_Div_helperMethod · 0.95

Tested by

no test coverage detected