Supports input of float, double, cfloat and cdouble dtypes. Also supports batches of matrices, and if A is a batch of matrices then the output has the same batch dimensions. The singular values are returned in descending order.
linalg_svdvals(A)
Arguments
A: (Tensor): tensor of shape (*, m, n) where * is zero or more batch dimensions.