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

Method test_Acosh_gpu

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

Source from the content-addressed store, hash-verified

659
660 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
661 def test_Acosh_gpu(self):
662 self._Acosh_helper(gpu_dev)
663
664 def _Asin_helper(self, dev):
665 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_Acosh_helperMethod · 0.95

Tested by

no test coverage detected