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

Method test_pow_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2493 decimal=2)
2494
2495 def test_pow_broadcast_cpu(self):
2496 self._pow_broadcast_helper(cpu_dev)
2497
2498 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2499 def test_pow_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

_pow_broadcast_helperMethod · 0.95

Tested by

no test coverage detected