(self)
| 2256 | |
| 2257 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2258 | def test_less_broadcast_gpu(self): |
| 2259 | self._less_broadcast_helper(gpu_dev) |
| 2260 | |
| 2261 | def _add_broadcast_helper(self, dev): |
| 2262 | cases = [ |
nothing calls this directly
no test coverage detected