mindspore.Tensor.svd

Tensor.svd(full_matrices=False, compute_uv=True)[source]

For details, please refer to mindspore.ops.svd().

Warning

Non-backward-compatible change after version 2.9.0: parameter name full_matrices will be renamed to some, and the default value of full_matrices will change from False to True.