![]() |
Softmax of a tensor.
Aliases:
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.
![]() |
Softmax of a tensor.
tf.keras.backend.softmax(
x,
axis=-1
)
x
: A tensor or variable.axis
: The dimension softmax would be performed on.
The default is -1 which indicates the last dimension.A tensor.