(self)
| 1720 | |
| 1721 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1722 | def test_reduceMean_gpu(self): |
| 1723 | self._reduceMean_helper(gpu_dev) |
| 1724 | |
| 1725 | def _squeeze_helper(self, dev): |
| 1726 | X = np.random.randn(3, 1, 2, 1, 1) |
nothing calls this directly
no test coverage detected