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

Method test_Asinh_gpu

test/python/test_onnx.py:713–714  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

711
712 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
713 def test_Asinh_gpu(self):
714 self._Asinh_helper(gpu_dev)
715
716 def _Atan_helper(self, dev):
717 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_Asinh_helperMethod · 0.95

Tested by

no test coverage detected