(self)
| 2766 | self.check_shape(dx.shape(), tuple(shape)) |
| 2767 | |
| 2768 | def test_reduceSum_cpu(self): |
| 2769 | self.reduceSum_test(cpu_dev) |
| 2770 | |
| 2771 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2772 | def test_reduceSum_gpu(self): |
nothing calls this directly
no test coverage detected