(self)
| 485 | |
| 486 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 487 | def test_4d_matmul_gpu(self): |
| 488 | self._4d_matmul_helper(gpu_dev) |
| 489 | |
| 490 | def _matmul_transpose_helper(self, dev): |
| 491 |
nothing calls this directly
no test coverage detected