(self)
| 1432 | |
| 1433 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1434 | def test_shape_gpu(self): |
| 1435 | self._shape_helper(gpu_dev) |
| 1436 | |
| 1437 | def _and_helper(self, dev): |
| 1438 | x0 = np.array([0, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected