(self)
| 1298 | |
| 1299 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1300 | def test_SoftPlus_gpu(self): |
| 1301 | self._SoftPlus_helper(gpu_dev) |
| 1302 | |
| 1303 | def _unsqueeze_helper(self, dev): |
| 1304 | data = [0.1, -1.0, 0.4, 4.0, -0.9, 9.0] |
nothing calls this directly
no test coverage detected