(self)
| 1662 | tensor.to_numpy(y_t[0]).shape) |
| 1663 | |
| 1664 | def test_dropout_cpu(self): |
| 1665 | self._dropout_helper(cpu_dev) |
| 1666 | |
| 1667 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1668 | def test_dropout_gpu(self): |
nothing calls this directly
no test coverage detected