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

Method test_Asinh_cpu

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

Source from the content-addressed store, hash-verified

707 decimal=5)
708
709 def test_Asinh_cpu(self):
710 self._Asinh_helper(cpu_dev)
711
712 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
713 def test_Asinh_gpu(self):

Callers

nothing calls this directly

Calls 1

_Asinh_helperMethod · 0.95

Tested by

no test coverage detected