NormΒΆ
Returns the matrix norm or vector norm of a given tensor.
Abstract Signature:
Norm(input: Tensor, p: float = 2, dim: int = None, keepdim: bool = False)
Returns the matrix norm or vector norm of a given tensor.
Abstract Signature:
Norm(input: Tensor, p: float = 2, dim: int = None, keepdim: bool = False)