-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[xpu] support mask-rcnn #9261
[xpu] support mask-rcnn #9261
Conversation
@@ -27,6 +27,9 @@ bool GridSamplerOp::CheckShape() const { | |||
CHECK_OR_FALSE(param_.x); | |||
CHECK_OR_FALSE(param_.out); | |||
CHECK_OR_FALSE(param_.grid); | |||
#ifdef LITE_WITH_XPU |
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.
xpu上这里不需要做参数检查。在paddle上也不需要。
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
No description provided.