(self)
| 1153 | |
| 1154 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1155 | def test_softsign_gpu(self): |
| 1156 | self._softsign_helper(gpu_dev) |
| 1157 | |
| 1158 | def _mean_helper(self, dev): |
| 1159 | x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected