未验证 提交 67cb5476 编写于 作者: X xiongkun 提交者: GitHub

[BugFix] Fix svd_op attrs typo (#37744)

上级 20e19776
......@@ -1573,7 +1573,7 @@ def svd(x, full_matrices=False, name=None):
outputs={'U': u,
'VH': vh,
'S': s},
attr=attrs, )
attrs=attrs, )
return u, s, vh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册