tf.keras.activations.exponential

TensorFlow 1 version View source on GitHub

Exponential activation function.

x Input tensor.

The exponential activation: exp(x).