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

Method test_Cos_cpu

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

Source from the content-addressed store, hash-verified

772 decimal=5)
773
774 def test_Cos_cpu(self):
775 self._Cos_helper(cpu_dev)
776
777 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
778 def test_Cos_gpu(self):

Callers

nothing calls this directly

Calls 1

_Cos_helperMethod · 0.95

Tested by

no test coverage detected