ReduceVarianceΒΆ
Computes the variance of elements across dimensions of a tensor.
Abstract Signature:
ReduceVariance(input: Tensor, axis: int | List[int], keepdims: bool = False)
Computes the variance of elements across dimensions of a tensor.
Abstract Signature:
ReduceVariance(input: Tensor, axis: int | List[int], keepdims: bool = False)