(self)
| 2350 | |
| 2351 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2352 | def test_sub_broadcast_gpu(self): |
| 2353 | self._sub_broadcast_helper(gpu_dev) |
| 2354 | |
| 2355 | def _mul_broadcast_helper(self, dev): |
| 2356 | cases = [ |
nothing calls this directly
no test coverage detected