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

Method test_or_cpu

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

Source from the content-addressed store, hash-verified

1993 decimal=5)
1994
1995 def test_or_cpu(self):
1996 self._or_helper(cpu_dev)
1997
1998 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1999 def test_or_gpu(self):

Callers

nothing calls this directly

Calls 1

_or_helperMethod · 0.95

Tested by

no test coverage detected