tf.keras.layers.Identity

Identity layer.

Inherits From: Layer, Module

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.