-
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
转换规则No65 torch.nn.functional.threshold #121
Conversation
Thanks for your contribution! |
需要帮忙看一下为啥子没过 |
|
paconvert/api_mapping.json
Outdated
@@ -390,6 +390,16 @@ | |||
"input": "x" | |||
} | |||
}, | |||
"torch.nn.functional.threshold": { | |||
"Matcher": "FunctionalThresholdMatcher", |
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.
这个inplace参数paddle目前还不支持,改成不支持参数就行
请解决下UnitTest的单测问题 |
paconvert/api_mapping.json
Outdated
}, | ||
"unsupport_args": [ | ||
"value", | ||
"inplace" |
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.
这个inplace可以改写到kwargs_change里去直接删除:
"kwargs_change": {
"inplace": ""
}
@Liyulingyue 张师傅,别忘了这里还有单测失败要修哈 |
@Liyulingyue 是的,转换完后的代码是包含 |
那该咋改捏qwq |
这个API正在进行功能增强,等支持了 |
目前还未完成支持value |
get,需要先把pr关闭吗~? |
PR Docs
根据表格信息,对应文档已存在,未找到对应PR
PR APIs
API Discriptions
#112 case 65