(self)
| 2105 | |
| 2106 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2107 | def test_reciprocal_gpu(self): |
| 2108 | self._reciprocal_helper(gpu_dev) |
| 2109 | |
| 2110 | def _and_broadcast_helper(self, dev): |
| 2111 | cases = [ |
nothing calls this directly
no test coverage detected