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

Method test_reciprocal_cpu

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

Source from the content-addressed store, hash-verified

2101 decimal=5)
2102
2103 def test_reciprocal_cpu(self):
2104 self._reciprocal_helper(cpu_dev)
2105
2106 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2107 def test_reciprocal_gpu(self):

Callers

nothing calls this directly

Calls 1

_reciprocal_helperMethod · 0.95

Tested by

no test coverage detected