-
Notifications
You must be signed in to change notification settings - Fork 683
NXP backend: Remove residual onnx references #14457
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
NXP backend: Remove residual onnx references #14457
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14457
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit c45fd6e with merge base 6a238e3 ( NEW FAILURE - The following job has 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. |
@pytorchbot label "module: nxp" "release notes: nxp" |
0392716
to
c1e7241
Compare
Nice! |
backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py
Show resolved
Hide resolved
4f717dd
to
d000ab5
Compare
The failing test |
d000ab5
to
c45fd6e
Compare
Summary
This PR removes old references to ONNX which were left over from the rapid development of the early stages.
Test plan
No new features are added. Correct function is tested by all the existing tests.