tf.keras.activations.exponential

Exponential activation function.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.activations.exponential, `tf.compat.v2.keras.activations.exponential`

x Input tensor.

The exponential activation: exp(x).