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

Method test_div_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2449
2450 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2451 def test_div_broadcast_gpu(self):
2452 self._div_broadcast_helper(gpu_dev)
2453
2454 def _pow_broadcast_helper(self, dev):
2455 cases = [

Callers

nothing calls this directly

Calls 1

_div_broadcast_helperMethod · 0.95

Tested by

no test coverage detected