tf.keras.activations.exponential

TensorFlow 2 version View source on GitHub

Exponential activation function.

x Input tensor.

The exponential activation: exp(x).