(self)
| 744 | |
| 745 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 746 | def test_Relu_gpu(self): |
| 747 | self._Relu_helper(gpu_dev) |
| 748 | |
| 749 | def _Cos_helper(self, dev): |
| 750 | X = np.array([0.8, -1.2, 3.3, -3.6, -0.5, |
nothing calls this directly
no test coverage detected