(self)
| 1972 | |
| 1973 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1974 | def test_and_gpu(self): |
| 1975 | self._and_helper(gpu_dev) |
| 1976 | |
| 1977 | def _or_helper(self, dev): |
| 1978 | x0 = np.array([1.0, 1.0, 2.0, -3.0, 0, |
nothing calls this directly
no test coverage detected