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

Method test_Acos_cpu

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

Source from the content-addressed store, hash-verified

836 decimal=5)
837
838 def test_Acos_cpu(self):
839 self._Acos_helper(cpu_dev)
840
841 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
842 def test_Acos_gpu(self):

Callers

nothing calls this directly

Calls 1

_Acos_helperMethod · 0.95

Tested by

no test coverage detected