We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有很多英文 API 文档会涉及到 Introduction to Tensor,如下以 broadcast_tensors 为例(引用方式参考 如何让文档相互引用 的情况二)
Introduction to Tensor
情况二
Paddle/python/paddle/tensor/manipulation.py
Lines 1341 to 1349 in d514d69
但现在很多文档引用 Introduction to Tensor 都有错误
比如 pow 的英文文档,引用的时候最后多了个 s,如下
pow
s
Paddle/python/paddle/tensor/math.py
Lines 472 to 476 in d514d69
比如 bitwise_not 的英文文档,引用的时候最后多了个 .,如下
bitwise_not
.
Paddle/python/paddle/tensor/logic.py
Lines 1346 to 1347 in d514d69
建议在本地 vscode 或其他 IDE 中,全局搜索 Paddle 文件下 Introduction to Tensor,逐个对比是否写法正确,并对错误的进行修复。@ooooo-create @entired
The text was updated successfully, but these errors were encountered:
#59445 已经解决,感谢o师傅 @ooooo-create ~
Sorry, something went wrong.
luotao1
sunzhongkai588
No branches or pull requests
背景
有很多英文 API 文档会涉及到
Introduction to Tensor
,如下以 broadcast_tensors 为例(引用方式参考 如何让文档相互引用 的情况二
)Paddle/python/paddle/tensor/manipulation.py
Lines 1341 to 1349 in d514d69
问题
但现在很多文档引用
Introduction to Tensor
都有错误比如
pow
的英文文档,引用的时候最后多了个s
,如下Paddle/python/paddle/tensor/math.py
Lines 472 to 476 in d514d69
比如
bitwise_not
的英文文档,引用的时候最后多了个.
,如下Paddle/python/paddle/tensor/logic.py
Lines 1346 to 1347 in d514d69
修改
建议在本地 vscode 或其他 IDE 中,全局搜索 Paddle 文件下
Introduction to Tensor
,逐个对比是否写法正确,并对错误的进行修复。@ooooo-create @entiredThe text was updated successfully, but these errors were encountered: