Skip to content
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

Merged
merged 7 commits into from
Jul 19, 2022
Merged

[xpu] support mask-rcnn #9261

merged 7 commits into from
Jul 19, 2022

Conversation

xiuxin121
Copy link
Contributor

No description provided.

@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么需要直接返回?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xpu上这里不需要做参数检查。在paddle上也不需要。

Copy link
Collaborator

@hong19860320 hong19860320 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhupengyang zhupengyang merged commit fd9a5d3 into PaddlePaddle:develop Jul 19, 2022
linwei210 pushed a commit to linwei210/Paddle-Lite that referenced this pull request Sep 13, 2022
zhupengyang pushed a commit that referenced this pull request Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants