-
Notifications
You must be signed in to change notification settings - Fork 752
Expose a method getter api in Module #11929
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
Expose a method getter api in Module #11929
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11929
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled JobAs of commit b33dbfe with merge base e1db341 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
This PR needs a
|
7517619 to
344cdc3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
344cdc3 to
2f37caf
Compare
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Reviewed By: larryliu0820 Differential Revision: D77248983
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Reviewed By: larryliu0820 Differential Revision: D77248983
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Reviewed By: larryliu0820 Differential Revision: D77248983
2f37caf to
8bfd554
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Reviewed By: larryliu0820 Differential Revision: D77248983
Summary: Pull Request resolved: pytorch#11929 It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Differential Revision: D77248983 Reviewed By: larryliu0820
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. bypass-pytorch-export-checks bypass-github-export-checks Reviewed By: larryliu0820 Differential Revision: D77248983
4807ebe to
58980cd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. bypass-pytorch-export-checks bypass-github-export-checks Reviewed By: larryliu0820 Differential Revision: D77248983
58980cd to
330f2fb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. bypass-pytorch-export-checks bypass-github-export-checks Reviewed By: larryliu0820 Differential Revision: D77248983
330f2fb to
e504d5a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Reviewed By: larryliu0820 Differential Revision: D77248983
Summary: It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly. This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team. Reviewed By: larryliu0820 Differential Revision: D77248983
e504d5a to
b33dbfe
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77248983 |
Differential Revision: D77248983 Pull Request resolved: #11929
Summary:
It is sometimes useful for modules to be passed around in user space for user convenience, but for utilities those users interact with to operate on the methods directly.
This is a bit of a layering violation but it allows us to define narrower scoped helpers so I think its worth the risk that the user finds a way to trash the internal method object. In general method should be fairly robust to being trashed anyway since itself is a blessed front end api from the team.
Differential Revision: D77248983