tf.keras.backend.softmax

TensorFlow 2 version View source on GitHub

Softmax of a tensor.

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

A tensor.