(self)
| 1674 | |
| 1675 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1676 | def test_Div_gpu(self): |
| 1677 | self._Div_helper(gpu_dev) |
| 1678 | |
| 1679 | def _squeeze_helper(self, dev): |
| 1680 | x = np.random.randn(3, 1, 2, 1, 1) |
nothing calls this directly
no test coverage detected