(self)
| 2043 | |
| 2044 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2045 | def test_xor_gpu(self): |
| 2046 | self._xor_helper(gpu_dev) |
| 2047 | |
| 2048 | def _negative_helper(self, dev): |
| 2049 | X = np.array([0.1, 0, 0.4, 1. - 4, 0.9, |
nothing calls this directly
no test coverage detected