-
Notifications
You must be signed in to change notification settings - Fork 540
Update verifier to handle None Tensor outputs #8235
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
Update verifier to handle None Tensor outputs #8235
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8235
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 0354a91 with merge base e7fd150 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D69209059 |
Summary: conv returns (None, Tensor, Tensor) which is uncommon to see since the schema is (Tensor, Tensor, Tensor). This is to test that the verifier just ignores the None return value (since itll be unused in the runtime). Differential Revision: D69209059
ad573bc
to
aca1a58
Compare
This pull request was exported from Phabricator. Differential Revision: D69209059 |
Summary: conv returns (None, Tensor, Tensor) which is uncommon to see since the schema is (Tensor, Tensor, Tensor). This is to test that the verifier just ignores the None return value (since itll be unused in the runtime). Reviewed By: larryliu0820 Differential Revision: D69209059
aca1a58
to
dec63f7
Compare
This pull request was exported from Phabricator. Differential Revision: D69209059 |
Summary: conv returns (None, Tensor, Tensor) which is uncommon to see since the schema is (Tensor, Tensor, Tensor). This is to test that the verifier just ignores the None return value (since itll be unused in the runtime). Reviewed By: larryliu0820 Differential Revision: D69209059
dec63f7
to
0354a91
Compare
This pull request was exported from Phabricator. Differential Revision: D69209059 |
Summary: conv returns (None, Tensor, Tensor) which is uncommon to see since the schema is (Tensor, Tensor, Tensor). This is to test that the verifier just ignores the None return value (since itll be unused in the runtime).
Differential Revision: D69209059