(self)
| 1689 | tensor.to_numpy(y_t[0]).shape) |
| 1690 | |
| 1691 | def test_reduceSum_cpu(self): |
| 1692 | self._reduceSum_helper(cpu_dev) |
| 1693 | |
| 1694 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1695 | def test_reduceSum_gpu(self): |
nothing calls this directly
no test coverage detected