-
Notifications
You must be signed in to change notification settings - Fork 766
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
映射文档 添加部分缺失的映射文档 #6252
映射文档 添加部分缺失的映射文档 #6252
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6252.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
@@ -0,0 +1,35 @@ | |||
## [ 返回参数类型不一致 ]torch.Tensor.slogdet |
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.
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.
是说映射类型都标注为 “参数不一致” 是吗,因为看到存量里有第三类的不同记法。
docs/guides/model_convert/convert_from_pytorch/api_difference/utils/torch.utils.data.Dataset.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/utils/torch.utils.data.Dataset.md
Outdated
Show resolved
Hide resolved
追加 7 个映射文档
|
docs/guides/model_convert/convert_from_pytorch/api_difference/others/torch.nansum.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/others/torch.nansum.md
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/utils/torch.utils.data.Dataset.md
Outdated
Show resolved
Hide resolved
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
torch.Tensor.requires_grad_
torch.Tensor.slogdet
torch.utils.data.Dataset
torch.diag_embed
torch.nansum
torch.no_grad
torch.set_default_dtype
torch.set_grad_enabled
torch.t
torch.where
@zhwesky2010