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