ReduceVariance ============== Computes the variance of elements across dimensions of a tensor. **Abstract Signature:** ``ReduceVariance(input: Tensor, axis: int | List[int], keepdims: bool = False)`` .. raw:: html
torch.var
jnp.var
numpy.var
keras.ops.var
tf.math.reduce_variance
mlx.core.var