(self)
| 578 | self.check_shape(dx.shape(), (3, 2)) |
| 579 | |
| 580 | def test_MeanSquareError_cpu(self): |
| 581 | self._MeanSquareError_helper(cpu_dev) |
| 582 | |
| 583 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 584 | def test_MeanSquareError_gpu(self): |
nothing calls this directly
no test coverage detected