(self)
| 1666 | |
| 1667 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1668 | def test_dropout_gpu(self): |
| 1669 | self._dropout_helper(gpu_dev) |
| 1670 | |
| 1671 | def _reduceSum_helper(self, dev): |
| 1672 | X = np.random.randn(3, 4, 5).astype(np.float32) |
nothing calls this directly
no test coverage detected