Sliding window output

Hi,

Is there any function in mxnet that gives sliding window output like the ‘unfold’ in Pytorch?
(https://pytorch.org/docs/master/nn.html?highlight=unfold#torch.nn.Unfold)
It should also support back-propagation.

Thanks!!