(self)
| 824 | |
| 825 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 826 | def test_ELu_gpu(self): |
| 827 | self._ELu_helper(gpu_dev) |
| 828 | |
| 829 | # No Op registered for equal with domain_version of 11 |
| 830 | # def _Equal_helper(self, dev): |
nothing calls this directly
no test coverage detected