(self)
| 1261 | decimal=5) |
| 1262 | |
| 1263 | def test_SoftSign_cpu(self): |
| 1264 | self._SoftSign_helper(cpu_dev) |
| 1265 | |
| 1266 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1267 | def test_SoftSign_gpu(self): |
nothing calls this directly
no test coverage detected