Std
===
Calculates the standard deviation.
**Abstract Signature:**
``Std(input: Tensor, dim: Optional[Union[int, List[int]]], correction: int = 1, keepdim: bool = False)``
.. raw:: html
PyTorch
API: torch.std
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.std
Strategy: Direct Mapping
NumPy
API: numpy.std
Strategy: Direct Mapping
Keras
API: keras.ops.std
Strategy: Direct Mapping
TensorFlow
API: tf.math.reduce_std
Strategy: Direct Mapping
Apple MLX
API: mlx.core.std
Strategy: Direct Mapping
Flax NNX
API: jax.numpy.std
Strategy: Direct Mapping
PaxML / Praxis
API: jax.numpy.std
Strategy: Direct Mapping