(self)
| 686 | self.check_shape(dx.shape(), (3, 2)) |
| 687 | |
| 688 | def test_Identity_cpu(self): |
| 689 | self._Identity_helper(cpu_dev) |
| 690 | |
| 691 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 692 | def test_Identity_gpu(self): |
nothing calls this directly
no test coverage detected