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

Method test_less_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2256
2257 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2258 def test_less_broadcast_gpu(self):
2259 self._less_broadcast_helper(gpu_dev)
2260
2261 def _add_broadcast_helper(self, dev):
2262 cases = [

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected