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

Method test_Sign_cpu

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

Source from the content-addressed store, hash-verified

1414 decimal=5)
1415
1416 def test_Sign_cpu(self):
1417 self._Sign_helper(cpu_dev)
1418
1419 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1420 def test_Sign_gpu(self):

Callers

nothing calls this directly

Calls 1

_Sign_helperMethod · 0.95

Tested by

no test coverage detected