(self)
| 363 | np.testing.assert_array_almost_equal(tensor.to_numpy(t3), np3) |
| 364 | |
| 365 | def test_concatenate_cpu(self): |
| 366 | self._concatenate_helper(cpu_dev) |
| 367 | |
| 368 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 369 | def test_concatenate_gpu(self): |
nothing calls this directly
no test coverage detected