tf.keras.backend.softplus

View source on GitHub

Softplus of a tensor.

Aliases:

tf.keras.backend.softplus(x)

Arguments:

  • x: A tensor or variable.

Returns:

A tensor.