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

Method test_Exp_cpu

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

Source from the content-addressed store, hash-verified

657 self.check_shape(dx.shape(), (3, 2))
658
659 def test_Exp_cpu(self):
660 self._Exp_helper(cpu_dev)
661
662 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
663 def test_Exp_gpu(self):

Callers

nothing calls this directly

Calls 1

_Exp_helperMethod · 0.95

Tested by

no test coverage detected