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

Method test_xor_cpu

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

Source from the content-addressed store, hash-verified

1526 decimal=5)
1527
1528 def test_xor_cpu(self):
1529 self._xor_helper(cpu_dev)
1530
1531 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1532 def test_xor_gpu(self):

Callers

nothing calls this directly

Calls 1

_xor_helperMethod · 0.95

Tested by

no test coverage detected