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

Method test_xor_cpu

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

Source from the content-addressed store, hash-verified

2039 decimal=5)
2040
2041 def test_xor_cpu(self):
2042 self._xor_helper(cpu_dev)
2043
2044 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2045 def test_xor_gpu(self):

Callers

nothing calls this directly

Calls 1

_xor_helperMethod · 0.95

Tested by

no test coverage detected