-
Notifications
You must be signed in to change notification settings - Fork 876
新增tensordot API的中文文档 #3950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新增tensordot API的中文文档 #3950
Conversation
|
✅ This PR's description meets the template requirements! |
|
Thanks for your contribution! |
docs/api/paddle/tensordot_cn.rst
Outdated
| tensordot | ||
| ------------------------------- | ||
|
|
||
| .. py:function:: paddle.tensordot(x, y, axes, name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tensordot(x, y, axes=2, name=None)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
zhiqiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jzhang533
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add CN docs for tensordot API * Fix typo * Fix typo
中文文档预览链接:http://10.136.157.23:8090/documentation/docs/zh/api/paddle/tensordot_cn.html?reviewVersion=jenkins-doc-review-1424
英文文档预览链接:http://10.136.157.23:8090/documentation/docs/en/api/paddle/tensordot_en.html?reviewVersion=jenkins-doc-review-1424
对应的paddle PR: PaddlePaddle/Paddle#36273