(self)
| 599 | self.check_shape(dx.shape(), (3, 2)) |
| 600 | |
| 601 | def test_Abs_cpu(self): |
| 602 | self._Abs_helper(cpu_dev) |
| 603 | |
| 604 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 605 | def test_Abs_gpu(self): |
nothing calls this directly
no test coverage detected