(self)
| 1716 | tensor.to_numpy(y_t[0]).shape) |
| 1717 | |
| 1718 | def test_reduceMean_cpu(self): |
| 1719 | self._reduceMean_helper(cpu_dev) |
| 1720 | |
| 1721 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1722 | def test_reduceMean_gpu(self): |
nothing calls this directly
no test coverage detected