-
Notifications
You must be signed in to change notification settings - Fork 751
Remove unused Empty Tensors from Edge Graph #7954
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
Summary: Following up on this post: https://fb.workplace.com/groups/pytorch.edge.users/permalink/1683417975861822/ It seems like empty tensors aren't necessary in some ops, like concatenation. We should remove these as inputs in the edge graphs to make it easier to deal with. Reviewed By: digantdesai Differential Revision: D68589336
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7954
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9a6b75b with merge base b522084 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D68589336 |
34aff36 to
c4c187a
Compare
|
@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Differential Revision: D68589336 Pull Request resolved: #7954
Differential Revision: D68589336 Pull Request resolved: pytorch#7954
Summary:
Following up on this post:
https://fb.workplace.com/groups/pytorch.edge.users/permalink/1683417975861822/
It seems like empty tensors aren't necessary in some ops, like concatenation. We should remove these as inputs in the edge graphs to make it easier to deal with.
Reviewed By: digantdesai
Differential Revision: D68589336