(self)
| 1265 | |
| 1266 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1267 | def test_SoftSign_gpu(self): |
| 1268 | self._SoftSign_helper(gpu_dev) |
| 1269 | |
| 1270 | def _SoftPlus_helper(self, dev): |
| 1271 | #y = np.log(np.exp(x) + 1) |
nothing calls this directly
no test coverage detected