-
Notifications
You must be signed in to change notification settings - Fork 607
move codegen pybindings out of public pybindings lib #131
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
This pull request was exported from Phabricator. Differential Revision: D48671946 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48671946 |
cd29790
to
215110e
Compare
This pull request was exported from Phabricator. Differential Revision: D48671946 |
215110e
to
dd9483c
Compare
This pull request was exported from Phabricator. Differential Revision: D48671946 |
dd9483c
to
429bb19
Compare
This pull request was exported from Phabricator. Differential Revision: D48671946 |
429bb19
to
c680116
Compare
This pull request was exported from Phabricator. Differential Revision: D48671946 |
c680116
to
b4c3b10
Compare
This pull request was exported from Phabricator. Differential Revision: D48671946 |
b4c3b10
to
74e9313
Compare
This pull request was exported from Phabricator. Differential Revision: D48671946 |
74e9313
to
067fafd
Compare
Summary: Pull Request resolved: pytorch/executorch#131 These are only used by codegen. Moving them out of the general pybindings lib and restricting visibility. As a side note I dont think any of this stuff actually has to happen in c++. In fact it seems like itd be easier to do this on the Python Version of the schema object through deserialize_for_json. Reviewed By: larryliu0820, dbort Differential Revision: D48671946 fbshipit-source-id: 96891e2be24e9dbce609c35b19bf855da5a72f0b
This pull request was exported from Phabricator. Differential Revision: D48671946 |
067fafd
to
7c50da7
Compare
This pull request has been merged in ae8c6d9. |
…3-full to main-nxp Merge in AITEC/executorch from EIEX-258-cherry-pick-from-release-mcux-25.03-full-to-main-nxp to main-nxp * commit 'eac3cd2a3095c156a65fd84c10b7eee23b3e5347': Make the KWS model working on RT700. Add User Guide about ExecuTorch example Fix headers for OSS repo Change header to BSD license (pytorch#8428) Add NXP copyright and BSD license Update Neutron software to v1.2.0+0X1b86b19d Install examples/nxp/cifarnet as part of the executorch Change LA_OPT_NXP_Software_License to BSD-3 and add Apache 2.0 license Correct NXP License
Summary:
These are only used by codegen. Moving them out of the general pybindings lib and restricting visibility.
As a side note I dont think any of this stuff actually has to happen in c++. In fact it seems like itd be easier to do this on the Python Version of the schema object through deserialize_for_json.
Differential Revision: D48671946