(self)
| 1121 | decimal=5) |
| 1122 | |
| 1123 | def test_softplus_cpu(self): |
| 1124 | self._softplus_helper(cpu_dev) |
| 1125 | |
| 1126 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1127 | def test_softplus_gpu(self): |
nothing calls this directly
no test coverage detected