tf.keras.activations.linear

Linear activation function (pass-through).

A "linear" activation is an identity function: it returns the input, unmodified.

x Input tensor.