(self)
| 400 | |
| 401 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 402 | def test_ceil_gpu(self): |
| 403 | self._ceil_helper(gpu_dev) |
| 404 | |
| 405 | def _astype_helper(self, dev): |
| 406 | shape1 = [2, 3] |
nothing calls this directly
no test coverage detected