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

Method test_Asinh_gpu

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

Source from the content-addressed store, hash-verified

1000
1001 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1002 def test_Asinh_gpu(self):
1003 self._Asinh_helper(gpu_dev)
1004
1005 def _Tan_helper(self, dev):
1006 X = np.array([0.8, -1.2, 3.3, -3.6, -0.5,

Callers

nothing calls this directly

Calls 1

_Asinh_helperMethod · 0.95

Tested by

no test coverage detected