(self)
| 367 | |
| 368 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 369 | def test_concatenate_gpu(self): |
| 370 | self._concatenate_helper(gpu_dev) |
| 371 | |
| 372 | def _subscription_helper(self, dev): |
| 373 | np1 = np.random.random((5, 5, 5, 5)).astype(np.float32) |
nothing calls this directly
no test coverage detected