(self)
| 1530 | |
| 1531 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1532 | def test_xor_gpu(self): |
| 1533 | self._xor_helper(gpu_dev) |
| 1534 | |
| 1535 | def _not_helper(self, dev): |
| 1536 | x = np.array([1.0, -1.0, 0, -0.1, 0, |
nothing calls this directly
no test coverage detected