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

Method test_Exp_gpu

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

Source from the content-addressed store, hash-verified

661
662 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
663 def test_Exp_gpu(self):
664 self._Exp_helper(gpu_dev)
665
666 def _Identity_helper(self, dev):
667 x = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Exp_helperMethod · 0.95

Tested by

no test coverage detected