tf.keras.backend.softmax

View source on GitHub

Softmax of a tensor.

tf.keras.backend.softmax(
    x, axis=-1
)

Arguments:

Returns:

A tensor.