(self)
| 2795 | self.check_shape(dx.shape(), tuple(shape)) |
| 2796 | |
| 2797 | def test_reduceMean_cpu(self): |
| 2798 | self.reduceMean_test(cpu_dev) |
| 2799 | |
| 2800 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2801 | def test_reduceMean_gpu(self): |
nothing calls this directly
no test coverage detected