(self)
| 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): |
nothing calls this directly
no test coverage detected