(self)
| 3343 | self.check_shape(dx3.shape(), (3, 2)) |
| 3344 | |
| 3345 | def test_pad_cpu(self): |
| 3346 | self.pad_helper(cpu_dev) |
| 3347 | |
| 3348 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3349 | def test_pad_gpu(self): |
nothing calls this directly
no test coverage detected