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

Method test_Asin_gpu

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

Source from the content-addressed store, hash-verified

968
969 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
970 def test_Asin_gpu(self):
971 self._Asin_helper(gpu_dev)
972
973 def _Asinh_helper(self, dev):
974 X = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Asin_helperMethod · 0.95

Tested by

no test coverage detected