VarianceΒΆ
Compute the variance along the specified axis.
Abstract Signature:
Variance(a: Tensor, axis: int, dtype: dtype, out: Tensor, ddof: int = 0, keepdims: bool = False)
Compute the variance along the specified axis.
Abstract Signature:
Variance(a: Tensor, axis: int, dtype: dtype, out: Tensor, ddof: int = 0, keepdims: bool = False)