(self)
| 2165 | |
| 2166 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2167 | def test_or_broadcast_gpu(self): |
| 2168 | self._or_broadcast_helper(gpu_dev) |
| 2169 | |
| 2170 | def _xor_broadcast_helper(self, dev): |
| 2171 | cases = [ |
nothing calls this directly
no test coverage detected