(self)
| 2720 | |
| 2721 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2722 | def test_constantOfShape_gpu(self): |
| 2723 | self.constantOfShape_test(gpu_dev) |
| 2724 | |
| 2725 | def dropout_test(self, dev): |
| 2726 | X = np.random.randn(3, 4, 5).astype(np.float32) |
nothing calls this directly
no test coverage detected