mindspore.nn.Identity ======================= .. 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/nn/mindspore.nn.Identity.rst :alt: 查看源文件 .. py:class:: mindspore.nn.Identity 网络占位符,返回与输入完全一致。 输入: - **x** (Any) - Identity的输入。 输出: 与 `x` 完全相同。