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

Rename image cpu files with _impl suffix #3308

Merged
merged 2 commits into from
Jan 27, 2021
Merged

Conversation

NicolasHug
Copy link
Member

Closes #3162

This PR renames s/_cpu/_impl for the files in torchvision/csrc/io/image/cpu

Should I go ahead and also rename s/_kernel/_impl for the files in torchvision/csrc/ops/cpu?

Copy link
Contributor

@datumbox datumbox left a comment

Choose a reason for hiding this comment

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

LGTM! I would leave the _kernel renaming for now. I have it on the TODOs on a separate ticket (#3155).

Before merging it might be worth checking that this does not break anything on FBcode. I'll approve but let's talk offline on how to do the check.

@datumbox datumbox merged commit d8eb22d into pytorch:master Jan 27, 2021
facebook-github-bot pushed a commit that referenced this pull request Feb 1, 2021
Summary: Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>

Reviewed By: datumbox

Differential Revision: D26156383

fbshipit-source-id: e444e164cc9f25f3dd9d9761e461f79c9bab878f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review naming conventions in io.image *_cpu methods
3 participants