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

Method test_Sqrt_cpu

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

Source from the content-addressed store, hash-verified

1357 decimal=5)
1358
1359 def test_Sqrt_cpu(self):
1360 self._Sqrt_helper(cpu_dev)
1361
1362 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1363 def test_Sqrt_gpu(self):

Callers

nothing calls this directly

Calls 1

_Sqrt_helperMethod · 0.95

Tested by

no test coverage detected