(self)
| 2135 | |
| 2136 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2137 | def test_and_broadcast_gpu(self): |
| 2138 | self._and_broadcast_helper(gpu_dev) |
| 2139 | |
| 2140 | def _or_broadcast_helper(self, dev): |
| 2141 | cases = [ |
nothing calls this directly
no test coverage detected