FullSoftmax =========== Applies Softmax function to an n-dimensional input Tensor, optionally computing CrossEntropy. **Abstract Signature:** ``FullSoftmax(dim: int = -1)`` .. raw:: html

PyTorch

API: torch.nn.Softmax
Strategy: Direct Mapping

Keras

API: keras.layers.Softmax
Strategy: Direct Mapping

TensorFlow

API: tf.keras.layers.Softmax
Strategy: Direct Mapping

Apple MLX

API: mlx.nn.Softmax
Strategy: Direct Mapping

Flax NNX

API: flax.nnx.softmax
Strategy: Direct Mapping

PaxML / Praxis

API: paxml.layers.FullSoftmax
Strategy: Direct Mapping