!39422 add comment for tensor.svd
Merge pull request !39422 from huanghui/code_docs-add-comment-for-tensor-svd
This commit is contained in:
commit
dc2e70c860
|
@ -3,6 +3,8 @@ mindspore.Tensor.svd
|
|||
|
||||
.. py:method:: mindspore.Tensor.svd(full_matrices=False, compute_uv=True)
|
||||
|
||||
计算单个或多个矩阵的奇异值分解。
|
||||
|
||||
更多参考详见 :func:`mindspore.ops.svd`。
|
||||
|
||||
参数:
|
||||
|
|
|
@ -4083,6 +4083,8 @@ class Tensor(Tensor_):
|
|||
|
||||
def svd(self, full_matrices=False, compute_uv=True):
|
||||
"""
|
||||
Computes the singular value decompositions of one or more matrices.
|
||||
|
||||
Refer to :func:`mindspore.ops.svd` for more detail.
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Reference in New Issue