(self)
| 1801 | |
| 1802 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1803 | def test_slice_gpu(self): |
| 1804 | self._slice_helper(gpu_dev) |
| 1805 | |
| 1806 | # # todo, we don't support muli outputs |
| 1807 | # def _split_helper(self, dev): |
nothing calls this directly
no test coverage detected