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

Method test_prelu_broadcast_gpu

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

Source from the content-addressed store, hash-verified

2548
2549 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2550 def test_prelu_broadcast_gpu(self):
2551 self._prelu_broadcast_helper(gpu_dev)
2552
2553 def _gemm_helper(self, dev):
2554 configs = [

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected