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

Method test_Tan_cpu

test/python/test_operation.py:1030–1031  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1028 decimal=5)
1029
1030 def test_Tan_cpu(self):
1031 self._Tan_helper(cpu_dev)
1032
1033 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1034 def test_Tan_gpu(self):

Callers

nothing calls this directly

Calls 1

_Tan_helperMethod · 0.95

Tested by

no test coverage detected