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