(self)
| 1997 | |
| 1998 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1999 | def test_or_gpu(self): |
| 2000 | self._or_helper(gpu_dev) |
| 2001 | |
| 2002 | def _not_helper(self, dev): |
| 2003 | x = np.array([1.0, -1.0, 0, -0.1, 0, |
nothing calls this directly
no test coverage detected