(self)
| 2195 | |
| 2196 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2197 | def test_xor_broadcast_gpu(self): |
| 2198 | self._xor_broadcast_helper(gpu_dev) |
| 2199 | |
| 2200 | def _greater_broadcast_helper(self, dev): |
| 2201 | cases = [ |
nothing calls this directly
no test coverage detected