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

Method test_Sinh_gpu

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

Source from the content-addressed store, hash-verified

936
937 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
938 def test_Sinh_gpu(self):
939 self._Sinh_helper(gpu_dev)
940
941 def _Asin_helper(self, dev):
942 X = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Sinh_helperMethod · 0.95

Tested by

no test coverage detected