tf.keras.backend.softplus

tf.keras.backend.softplus(x)

Defined in tensorflow/python/keras/backend.py.

Softplus of a tensor.

Arguments:

  • x: A tensor or variable.

Returns:

A tensor.