tf.keras.backend.softmax

Softmax of a tensor.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.softmax

x A tensor or variable.
axis The dimension softmax would be performed on. The default is -1 which indicates the last dimension.

A tensor.