-
Notifications
You must be signed in to change notification settings - Fork 536
add merge function for NamedDataStore #8850
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8850
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 2c5ed91 with merge base a5f9210 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D70409078 |
This pull request was exported from Phabricator. Differential Revision: D70409078 |
e60b911
to
11df4f4
Compare
Summary: Allow us to change the NamedDataStore model. Usage will now be: ``` named_data_store for backend in backends: bytes, named_data_store = backend.preprocess() named_data_store.merge(named_data_store) ``` Note: - named_data_store is held by edge program manager - preprocess returns the named data store as part of PreprocessResult Differential Revision: D70409078
11df4f4
to
2c5ed91
Compare
This pull request was exported from Phabricator. Differential Revision: D70409078 |
Summary:
Allow us to change the NamedDataStore model. Usage will now be:
Note:
Differential Revision: D70409078