-
Notifications
You must be signed in to change notification settings - Fork 537
Handle empty (size=0) tensor in Inspector #2998
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/2998
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d9f96e8 with merge base c73bfc0 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D56027102 |
Summary: Empty tensors are not handled so they throw errors. {F1484412951} Reviewed By: tarun292 Differential Revision: D56027102
This pull request was exported from Phabricator. Differential Revision: D56027102 |
0f0a0fb
to
d9f96e8
Compare
This pull request was exported from Phabricator. Differential Revision: D56027102 |
This pull request has been merged in f14dc83. |
@pytorchbot cherry-pick --onto release/0.2 -c critical |
Cherry picking #2998The cherry pick PR is at #3192 and it is recommended to link a critical cherry pick PR with an issue Details for Dev Infra teamRaised by workflow job |
Summary: Pull Request resolved: #2998 Empty tensors are not handled so they throw errors. {F1484412951} Reviewed By: tarun292 Differential Revision: D56027102 fbshipit-source-id: a8dab52d9ba7eb0784a72493e9888cf63aefbb76 (cherry picked from commit f14dc83) Co-authored-by: Olivia Liu <[email protected]>
Summary:
Empty tensors are not handled so they throw errors.
{F1484412951}
Differential Revision: D56027102