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

Method test_or_cpu

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

Source from the content-addressed store, hash-verified

1493 decimal=5)
1494
1495 def test_or_cpu(self):
1496 self._or_helper(cpu_dev)
1497
1498 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1499 def test_or_gpu(self):

Callers

nothing calls this directly

Calls 1

_or_helperMethod · 0.95

Tested by

no test coverage detected