(self)
| 1497 | |
| 1498 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1499 | def test_or_gpu(self): |
| 1500 | self._or_helper(gpu_dev) |
| 1501 | |
| 1502 | def _xor_helper(self, dev): |
| 1503 | x0 = np.array([0, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected