Keras 3 API 文档 / 层 API / 核心层 / 身份层

身份层

[源代码]

Identity

keras.layers.Identity(**kwargs)

身份层。

当不需要执行任何操作时,应使用此层作为占位符。该层仅将其 inputs 参数作为输出返回。