(self)
| 2770 | |
| 2771 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2772 | def test_reduceSum_gpu(self): |
| 2773 | self.reduceSum_test(gpu_dev) |
| 2774 | |
| 2775 | def reduceMean_test(self, dev): |
| 2776 | shape = [3, 2, 2] |
nothing calls this directly
no test coverage detected