StdΒΆ
Calculates the standard deviation.
Abstract Signature:
Std(input: Tensor, dim: Optional[Union[int, List[int]]], correction: int = 1, keepdim: bool = False)
Calculates the standard deviation.
Abstract Signature:
Std(input: Tensor, dim: Optional[Union[int, List[int]]], correction: int = 1, keepdim: bool = False)