mindspore.mint.nn.Fold
======================

.. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg
    :target: https://gitee.com/mindspore/mindspore/blob/master/docs/api/api_python/mint/mindspore.mint.nn.Fold.rst
    :alt: 查看源文件


.. py:class:: mindspore.mint.nn.Fold(output_size, kernel_size, dilation=1, padding=0, stride=1)

    将提取出的滑动局部区域块还原成更大的输出Tensor。

    更多参考详见 :func:`mindspore.mint.nn.functional.fold`。