Keras 3 API 文档 / 层 API / 核心层 / 恒等层

恒等层

[源代码]

Identity

keras.layers.Identity(**kwargs)

恒等层。

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