(self)
| 2225 | |
| 2226 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2227 | def test_greater_broadcast_gpu(self): |
| 2228 | self._greater_broadcast_helper(gpu_dev) |
| 2229 | |
| 2230 | def _less_broadcast_helper(self, dev): |
| 2231 | dev = cpu_dev |
nothing calls this directly
no test coverage detected