View source on GitHub |
Identity layer.
tf.keras.layers.Identity(
trainable=True, name=None, dtype=None, dynamic=False, **kwargs
)
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.
Args | |
---|---|
name
|
Optional name for the layer instance. |