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

Method test_pow_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2497
2498 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2499 def test_pow_broadcast_gpu(self):
2500 self._pow_broadcast_helper(gpu_dev)
2501
2502 def _prelu_broadcast_helper(self, dev):
2503 cases = [

Callers

nothing calls this directly

Calls 1

_pow_broadcast_helperMethod · 0.95

Tested by

no test coverage detected