tf.keras.layers.Identity

Identity layer.

Inherits From: Layer, Module

Compat aliases for migration

See Migration guide for more details.

`tf.compat.v1.keras.layers.Identity`

This layer should be used as a placeholder when no operation is to be performed. The layer is argument insensitive, and returns its inputs argument as output.

name Optional name for the layer instance.