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

Method test_greater_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2225
2226 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2227 def test_greater_broadcast_gpu(self):
2228 self._greater_broadcast_helper(gpu_dev)
2229
2230 def _less_broadcast_helper(self, dev):
2231 dev = cpu_dev

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected