FullSoftmax =========== Applies Softmax function to an n-dimensional input Tensor, optionally computing CrossEntropy. **Abstract Signature:** ``FullSoftmax(dim: int = -1)`` .. raw:: html
torch.nn.Softmax
keras.layers.Softmax
tf.keras.layers.Softmax
mlx.nn.Softmax
flax.nnx.softmax
paxml.layers.FullSoftmax