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

Method test_Sign_gpu

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

Source from the content-addressed store, hash-verified

1418
1419 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1420 def test_Sign_gpu(self):
1421 self._Sign_helper(gpu_dev)
1422
1423 def _Log_helper(self, dev):
1424 X = np.array([0.1, 1.0, 0.4, 1.4, 0.9,

Callers

nothing calls this directly

Calls 1

_Sign_helperMethod · 0.95

Tested by

no test coverage detected