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

Method test_xor_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2195
2196 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2197 def test_xor_broadcast_gpu(self):
2198 self._xor_broadcast_helper(gpu_dev)
2199
2200 def _greater_broadcast_helper(self, dev):
2201 cases = [

Callers

nothing calls this directly

Calls 1

_xor_broadcast_helperMethod · 0.95

Tested by

no test coverage detected