-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[CleanOps]del isfinite op #57892
[CleanOps]del isfinite op #57892
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
@@ -124,7 +124,7 @@ namespace ops = paddle::operators; | |||
|
|||
REGISTER_OP_MAKER(isinf, "isinf(X)"); | |||
REGISTER_OP_MAKER(isnan, "isnan(X)"); | |||
REGISTER_OP_MAKER(isfinite, "isfinite(X)"); | |||
REGISTER_OP_MAKER(isfiniteaa, "isfinite(X)"); |
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.
typo ?
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
33daca7
* del isfinite op
* del isfinite op
* del isfinite op
PR types
Others
PR changes
Others
Description
V1版本op清理
Pcard-74613