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

Method test_Tan_cpu

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

Source from the content-addressed store, hash-verified

577 decimal=5)
578
579 def test_Tan_cpu(self):
580 self._Tan_helper(cpu_dev)
581
582 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
583 def test_Tan_gpu(self):

Callers

nothing calls this directly

Calls 1

_Tan_helperMethod · 0.95

Tested by

no test coverage detected