(self)
| 174 | |
| 175 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 176 | def test_sigmoid_gpu(self): |
| 177 | self._sigmoid_helper(gpu_dev) |
| 178 | |
| 179 | def _add_helper(self, dev): |
| 180 | X1 = np.random.randn(3, 4, 5).astype(np.float32) |
nothing calls this directly
no test coverage detected