(self)
| 708 | self.check_shape(dx.shape(), (3, 2)) |
| 709 | |
| 710 | def test_LeakyRelu_cpu(self): |
| 711 | self._LeakyRelu_helper(cpu_dev) |
| 712 | |
| 713 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 714 | def test_LeakyRelu_gpu(self): |
nothing calls this directly
no test coverage detected