(self)
| 2303 | |
| 2304 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2305 | def test_add_broadcast_gpu(self): |
| 2306 | self._add_broadcast_helper(gpu_dev) |
| 2307 | |
| 2308 | def _sub_broadcast_helper(self, dev): |
| 2309 | cases = [ |
nothing calls this directly
no test coverage detected