-
Notifications
You must be signed in to change notification settings - Fork 583
[3/N] Add update function in backend interface #11391
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
base: gh/cccclai/23/base
Are you sure you want to change the base?
Conversation
Add update function in backend interface class. Next step, will add update API in the method and then module Differential Revision: [D75919242](https://our.internmc.facebook.com/intern/diff/D75919242/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11391
Note: Links to docs will display an error until the docs builds have been completed. ❌ 82 New Failures, 1 Unrelated FailureAs of commit f2249b3 with merge base b4bd556 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Add update function in backend interface class. Next step, will add update API in the method and then module Differential Revision: [D75919242](https://our.internmc.facebook.com/intern/diff/D75919242/) ghstack-source-id: 288333606 Pull Request resolved: #11391
This pull request was exported from Phabricator. Differential Revision: D75919242 |
This PR needs a
|
@@ -117,6 +118,10 @@ class BackendOptions { | |||
return err; | |||
} | |||
|
|||
executorch::runtime::ArrayRef<BackendOption> view() const { |
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.
maybe more meaningful name. get_backend_options
or get_ref_to_backend_options
Add update function in backend interface class. Next step, will add update API in the method and then module Differential Revision: [D75919242](https://our.internmc.facebook.com/intern/diff/D75919242/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D75919242 |
Stack from ghstack (oldest at bottom):
Add update function in backend interface class.
Next step, will add update API in the method and then module
Differential Revision: D75919242