mindspore.mint.nn.Identity ========================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/br_base/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/br_base/docs/api/api_python/mint/mindspore.mint.nn.Identity.rst :alt: 查看源文件 .. py:class:: mindspore.mint.nn.Identity(*args, **kwargs) 网络占位符,返回与输入完全一致。 参数: - **args** (Any) - 任意参数。 - **kwargs** (Any) - 任意关键字参数。 输入: - **input** (Any) - Identity的输入。 输出: 与 `input` 完全相同。