mindspore.Tensor.svd ==================== .. py:method:: mindspore.Tensor.svd(full_matrices=False, compute_uv=True) 详情请参考 :func:`mindspore.ops.svd`。 .. warning:: 2.9.0(不含)之后版本非兼容性变更:参数名 `full_matrices` 修改为 `some`;`full_matrices` 默认值由 ``False`` 改为 ``True`` 。