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

Method test_Acosh_cpu

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

Source from the content-addressed store, hash-verified

655 decimal=5)
656
657 def test_Acosh_cpu(self):
658 self._Acosh_helper(cpu_dev)
659
660 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
661 def test_Acosh_gpu(self):

Callers

nothing calls this directly

Calls 1

_Acosh_helperMethod · 0.95

Tested by

no test coverage detected