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

Method test_Cosh_gpu

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

Source from the content-addressed store, hash-verified

808
809 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
810 def test_Cosh_gpu(self):
811 self._Cosh_helper(gpu_dev)
812
813 def _Acos_helper(self, dev):
814 X = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Cosh_helperMethod · 0.95

Tested by

no test coverage detected