(self)
| 1639 | |
| 1640 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1641 | def test_constantOfShape_gpu(self): |
| 1642 | self._constantOfShape_helper(gpu_dev) |
| 1643 | |
| 1644 | def _dropout_helper(self, dev): |
| 1645 | X = np.random.randn(3, 4, 5).astype(np.float32) |
nothing calls this directly
no test coverage detected