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

Method test_prelu_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2544 decimal=5)
2545
2546 def test_prelu_broadcast_cpu(self):
2547 self._prelu_broadcast_helper(cpu_dev)
2548
2549 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2550 def test_prelu_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected