(self)
| 1149 | decimal=5) |
| 1150 | |
| 1151 | def test_softsign_cpu(self): |
| 1152 | self._softsign_helper(cpu_dev) |
| 1153 | |
| 1154 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1155 | def test_softsign_gpu(self): |
nothing calls this directly
no test coverage detected