-
Notifications
You must be signed in to change notification settings - Fork 751
Set inputs directly in Module. #13228
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/13228
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
94734a6 to
3eaf3a5
Compare
Summary: . Differential Revision: D79900450
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
Summary: Pull Request resolved: pytorch#13228 . Differential Revision: D79900450
3eaf3a5 to
676fddb
Compare
Summary: . Reviewed By: bsoyluoglu Differential Revision: D79900450
676fddb to
e8bc0a6
Compare
Summary: . Reviewed By: bsoyluoglu Differential Revision: D79900450
e8bc0a6 to
dc60bc8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
Summary: Pull Request resolved: pytorch#13228 . Reviewed By: bsoyluoglu Differential Revision: D79900450
dc60bc8 to
28778ea
Compare
Summary: . Reviewed By: bsoyluoglu Differential Revision: D79900450
d1d6a7e to
198579f
Compare
Summary: . Reviewed By: bsoyluoglu Differential Revision: D79900450
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
Summary: Pull Request resolved: pytorch#13228 . Reviewed By: bsoyluoglu Differential Revision: D79900450
198579f to
3261bc6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
Summary: Pull Request resolved: pytorch#13228 . Reviewed By: bsoyluoglu Differential Revision: D79900450
434a975 to
3480372
Compare
Summary: . Reviewed By: bsoyluoglu Differential Revision: D79900450
3480372 to
1917f4e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79900450 |
| return nil; | ||
| } | ||
| const auto result = _module->execute(methodName.UTF8String, inputs); | ||
| const auto result = _module->execute(methodNameString); |
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.
For my understanding, I can still call execute again right after this without set_input again right? I.e. the input_set state doesn't get reset after each execute, right?
Summary: . Differential Revision: D79900450
Summary: .
Differential Revision: D79900450