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

Method test_Sqrt_gpu

test/python/test_onnx.py:1009–1010  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1007
1008 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1009 def test_Sqrt_gpu(self):
1010 self._Sqrt_helper(gpu_dev)
1011
1012 def _Greater_helper(self, dev):
1013 x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Sqrt_helperMethod · 0.95

Tested by

no test coverage detected