(self)
| 1911 | decimal=5) |
| 1912 | |
| 1913 | def test_prelu_cpu(self): |
| 1914 | self._prelu_helper(cpu_dev) |
| 1915 | |
| 1916 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1917 | def test_prelu_gpu(self): |
nothing calls this directly
no test coverage detected