-
Notifications
You must be signed in to change notification settings - Fork 53
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
转换规则 No. 253/261/279 #223
转换规则 No. 253/261/279 #223
Conversation
Thanks for your contribution! |
@@ -3087,6 +3087,16 @@ | |||
"only_inputs" | |||
] | |||
}, | |||
"torch.autograd.profiler.profile.export_chrome_trace": { |
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.
文档规则可以转换,torch.autograd.profiler.profile 前缀路径测试框架不能识别转换
测试用例
tests/test_autograd_profiler_profile_export_chrome_trace.py
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.
文档规则可以转换,torch.autograd.profiler.profile 前缀路径测试框架不能识别转换 测试用例 tests/test_autograd_profiler_profile_export_chrome_trace.py
好的,这个是一个识别问题,我来解决吧,单测先这样放上去就可以
@co63oc 需要处理一下冲突,就能合入了 |
已修改冲突 |
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
PR Docs
#112
映射文档 PaddlePaddle/docs#6047
测试框架不支持torch.autograd.profiler.profile转换,修改为unsupport
253 torch.autograd.profiler.profile.export_chrome_trace
261 torch.special.i0e
279 torch.nn.functional.gaussian_nll_loss
PR APIs