(self)
| 657 | self.check_shape(dx.shape(), (3, 2)) |
| 658 | |
| 659 | def test_Exp_cpu(self): |
| 660 | self._Exp_helper(cpu_dev) |
| 661 | |
| 662 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 663 | def test_Exp_gpu(self): |
nothing calls this directly
no test coverage detected