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

Method test_Asin_cpu

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

Source from the content-addressed store, hash-verified

681 decimal=5)
682
683 def test_Asin_cpu(self):
684 self._Asin_helper(cpu_dev)
685
686 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
687 def test_Asin_gpu(self):

Callers

nothing calls this directly

Calls 1

_Asin_helperMethod · 0.95

Tested by

no test coverage detected