(self)
| 1730 | |
| 1731 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1732 | def test_shape_gpu(self): |
| 1733 | self._shape_helper(gpu_dev) |
| 1734 | |
| 1735 | def _min_helper(self, dev): |
| 1736 | X0 = np.array([0.1, 0.2, 2.0, 0.0, 0.1, |
nothing calls this directly
no test coverage detected