(self)
| 2737 | self.check_shape(dx.shape(), (3, 4, 5)) |
| 2738 | |
| 2739 | def test_dropout_cpu(self): |
| 2740 | self.dropout_test(cpu_dev) |
| 2741 | |
| 2742 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2743 | def test_dropout_gpu(self): |
nothing calls this directly
no test coverage detected