(self)
| 651 | tensor.to_numpy(_cTensor_to_pyTensor(t3_ct)), np3) |
| 652 | |
| 653 | def test_concat_cpu(self): |
| 654 | self._concat_helper(cpu_dev) |
| 655 | |
| 656 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 657 | def test_concat_gpu(self): |
nothing calls this directly
no test coverage detected