(self)
| 377 | np1[1:3, :, 1:, :-1]) |
| 378 | |
| 379 | def test_subscription_cpu(self): |
| 380 | self._subscription_helper(cpu_dev) |
| 381 | |
| 382 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 383 | def test_subscription_gpu(self): |
nothing calls this directly
no test coverage detected