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

Method test_reciprocal_gpu

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

Source from the content-addressed store, hash-verified

2105
2106 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2107 def test_reciprocal_gpu(self):
2108 self._reciprocal_helper(gpu_dev)
2109
2110 def _and_broadcast_helper(self, dev):
2111 cases = [

Callers

nothing calls this directly

Calls 1

_reciprocal_helperMethod · 0.95

Tested by

no test coverage detected