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

Method test_Cos_cpu

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

Source from the content-addressed store, hash-verified

473 decimal=5)
474
475 def test_Cos_cpu(self):
476 self._Cos_helper(cpu_dev)
477
478 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
479 def test_Cos_gpu(self):

Callers

nothing calls this directly

Calls 1

_Cos_helperMethod · 0.95

Tested by

no test coverage detected