tf.keras.backend.elu

Exponential linear unit.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.elu, `tf.compat.v2.keras.backend.elu`

x A tensor or variable to compute the activation function for.
alpha A scalar, slope of negative section.

A tensor.