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

Method test_or_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2165
2166 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2167 def test_or_broadcast_gpu(self):
2168 self._or_broadcast_helper(gpu_dev)
2169
2170 def _xor_broadcast_helper(self, dev):
2171 cases = [

Callers

nothing calls this directly

Calls 1

_or_broadcast_helperMethod · 0.95

Tested by

no test coverage detected