(self)
| 1232 | |
| 1233 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1234 | def test_Pow_gpu(self): |
| 1235 | self._Pow_helper(gpu_dev) |
| 1236 | |
| 1237 | def _SoftSign_helper(self, dev): |
| 1238 | # y = x / (1 + np.abs(x)) |
nothing calls this directly
no test coverage detected