On this page
tf.keras.backend.softmax
Softmax of a tensor.
tf.keras.backend.softmax(
    x, axis=-1
)
  | Arguments | |
|---|---|
x | 
      A tensor or variable. | 
axis | 
      The dimension softmax would be performed on. The default is -1 which indicates the last dimension. | 
| Returns | |
|---|---|
| A tensor. | 
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
 https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/backend/softmax