(self)
| 690 | |
| 691 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 692 | def test_Identity_gpu(self): |
| 693 | self._Identity_helper(gpu_dev) |
| 694 | |
| 695 | def _LeakyRelu_helper(self, dev): |
| 696 | X = np.array([0.8, -1.2, 3.3, -3.6, -0.5, |
nothing calls this directly
no test coverage detected