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

Method test_Acosh_gpu

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

Source from the content-addressed store, hash-verified

872
873 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
874 def test_Acosh_gpu(self):
875 self._Acosh_helper(gpu_dev)
876
877 def _Sin_helper(self, dev):
878 X = np.array([0.8, -1.2, 3.3, -3.6, -0.5,

Callers

nothing calls this directly

Calls 1

_Acosh_helperMethod · 0.95

Tested by

no test coverage detected