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

Method test_Sqrt_gpu

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

Source from the content-addressed store, hash-verified

1361
1362 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1363 def test_Sqrt_gpu(self):
1364 self._Sqrt_helper(gpu_dev)
1365
1366 def _transpose_helper(self, dev):
1367 x = np.random.randn(3, 2, 1)

Callers

nothing calls this directly

Calls 1

_Sqrt_helperMethod · 0.95

Tested by

no test coverage detected