(self)
| 3434 | np.testing.assert_array_almost_equal(tensor.to_numpy(tensor.from_raw_tensor(dx)), y_t) |
| 3435 | |
| 3436 | def test_depth_space_cpu(self): |
| 3437 | self.depth_space_helper(cpu_dev) |
| 3438 | |
| 3439 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3440 | def test_depth_space_gpu(self): |
nothing calls this directly
no test coverage detected