-
Notifications
You must be signed in to change notification settings - Fork 607
move schema files #436
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
Closed
Closed
move schema files #436
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: Pull Request resolved: pytorch/executorch#396 This diff creates a unique namespace for bundled program from core executorch schema. Such update can make bundled program more decomposed from core ET. Differential Revision: https://internalfb.com/D49326299 fbshipit-source-id: ff74bb097b9a52218edb0a697ea87724d14e8704
Summary: Pull Request resolved: pytorch/executorch#397 Now we already have a specific namespace for bundledprogram, this diff removes the "Bundled" prefix for part of bundled program schema's variables. Rest variables will be updated in the following diffs. Differential Revision: https://internalfb.com/D49337170 fbshipit-source-id: 62cf1023162687878f985faf47f2edcfc037ba83
Summary: Pull Request resolved: pytorch/executorch#410 Update the AOT API for bundled program to make it more user friendly. We created two new classes for holding testcases in a more structural way: MethodTestCase: contains inputs and expected outputs for a single test for method. MethodTestSuite: Collection of all test cases for a program method. Detailed design can be found here: https://docs.google.com/document/d/170WJ81dPuNQsvsjqH_wQjafbu2kxtEG1sgX-z6OqCEI/edit#heading=h.69fgezruwl6n Differential Revision: https://internalfb.com/D49406613 fbshipit-source-id: 0202911feb68c034a5805a830d852f55a27f8b35
Summary: This stack focuses on moving all bundled program codes under executorch/bundled_program. Target logic will be: bundled_program ├── aot (aot apis and schema.py) ├── runtime (runtime apis and schema.fba) ├── serialize (bp serialization and deserialization) └── tests This diff moves all aot apis under bundled_program/aot, and update dependencies. Differential Revision: https://internalfb.com/D49449640 fbshipit-source-id: 3f2cc5950227bda233713d5c616fa25158c95d14
Summary: This stack focuses on moving all bundled program codes under executorch/bundled_program. Target logic will be: bundled_program ├── aot (aot apis and schema.py) ├── runtime (runtime apis and schema.fba) ├── serialize (bp serialization and deserialization) └── tests This diff moves all runtime apis under bundled_program/runtime, and update dependencies. Differential Revision: https://internalfb.com/D49478461 fbshipit-source-id: 567d4e52b8ae4522d872ba3e83d2fe655dc15b53
Summary: This stack focuses on moving all bundled program codes under executorch/bundled_program. Target logic will be: bundled_program ├── aot (aot apis and schema.py) ├── runtime (runtime apis and schema.fbs) ├── serialize (bp serialization and deserialization) └── tests This diff restructures schema files Differential Revision: D49490721 fbshipit-source-id: 56bf576f8d7406496de195e3fb57bb4c47ac6eab
This pull request was exported from Phabricator. Differential Revision: D49490721 |
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 20, 2023
Summary: Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 2c2e883efce433a39e08951170cc053486c57474
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 20, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 37490091f2c573af86ff4733f9e6136aff5073a0
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 23, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 58c15c7f44173189837220beb26b9723375c6269
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 23, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 5a6787808757aea3ab758fa187002e39c345307b
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 27, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 68453569168b4a6a8495ab1d2e552e2497dd8db7
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 30, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 17d12784682db70a44b950e0396c84e97ccb0356
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 30, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 0c9ba953f143a59ca572883d7614e0c9fd2efca3
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 31, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: D50422560 fbshipit-source-id: 43fa4bccd50d9fca2ecc595419351dd64aa83ca0
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 31, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 282f0ff022b00b9349495f23a3d08f16bd7425b7
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 31, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 64a700102ad7e3ac2a3bf4c99fa382f4930d7b68
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 31, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: acc2d1ecf410b36bdc5ef49b02d2ef784dbd8061
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 31, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 14e8201bc29ff27020076a594c4d66a856a224af
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Oct 31, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 143417c1da4e814c4b7d513043ac12302b4dd13b
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: a338e9373bec45b8afd9bb40c71cdb7019f8d918
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 4b5b090e15c5e8a3dff6ab8452aa5cd250c05620
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 5c4f459b47a97b633213a4688c872b8c12247fd9
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: cdab77c4344b5e84ed4f11fbd3823044b6f6b387
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 25a24147bdc94c95796e61bdff180ac2cf861108
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 94a24a162ba203a13b5d4ecaa501703cf72c7e75
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 852169366ff28dfe03fac4eaf3944412cc169cf3
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 17e314b21f6b0310933496620c54626327be45f2
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 5c762dbc820a27f028a7d2d421882409929d15e2
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: f2cba504d7c457ed4906d46e2612b1b1a986e00b
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: a5e3f864480852742d486aae07964e8ed18bced7
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: c73ec7f5a782e9a65bed11c462ebe4b3eada823b
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 5f597583c5abdabb65626fe91e6e3cdb71609d21
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 1, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 18d3d47c409c696bb1d464edc89b0027257148ef
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: b4e419829b16456220041e2f5ee65c3c9b51439d
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 271dea33ba54ab0d58842fe2ab43554640458a4e
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 3ca4f4b9e80ac6fcd776e09e41c364d2dc8de088
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 00e8a979a29bf1486777cbca560df23bb9d0a978
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: c12dcfad786f23156271c77caa702410288ce976
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 369eb1754c0f98f064bf3d51fd4de5b49b29bc6c
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 2, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: f6b24f36d4b573ebe534121e529e4548ac58b053
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 6fb3284304192795a2a965a6b41582c53886da6a
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 19274a50b981f47375aa0ce00178762625107567
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: c3e24e65df7c77ea1cbbee0c2a8cc61933e0ba4c
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 8c3a255fa461985bd3dd9fbfe4ad9a8fa8e3f354
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 9dd9ac2ee89b0db69ef89957c462c7d024f6db5d
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: e4e318c5cf6c08622f975b30224ba20b6f4f0e3f
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: c873bc712397da4bfd34366a30a78a8424f8a4cf
Gasoonjia
added a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 51760ab2d137fb39b4458f016a01bbcc15bede82
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 866f733cf52144303ca3b60f23abf78f6bf90a28
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 3, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 4c46aae4b497b23b010d5746cedeffbd3d45d41c
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 4, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: a6b1662b8a8a2c5534f7e8b2b285c58ba631cc45
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 4, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 6c7dce6e3f8414e1f3bd379dd20772363a351279
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 4, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: 7a6cab4bc05289691385a76e927665b9aefff566
Gasoonjia
pushed a commit
to Gasoonjia/executorch-1
that referenced
this pull request
Nov 4, 2023
Summary: Pull Request resolved: pytorch#1057 Pull Request resolved: pytorch#436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Differential Revision: https://internalfb.com/D50422560 fbshipit-source-id: f4a6a47120e5fe3b577ebc8393c9d4f1a8bb1eb2
facebook-github-bot
pushed a commit
that referenced
this pull request
Nov 4, 2023
Summary: Pull Request resolved: #1057 Pull Request resolved: #436 This stack focuses on moving all bundled program codes under executorch/sdk/bundled_program. Target and discussions can be found in D49605947. This diff moves all bundled program schemas, both py schema and fbs schema, under bundled_program/schema, and update dependencies. Reviewed By: tarun292 Differential Revision: D50422560 fbshipit-source-id: 10289634f46c657b0f99647659ff0067e06ea314
Gasoonjia
pushed a commit
that referenced
this pull request
Jul 30, 2024
* create dir on download * quantization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
This stack focuses on moving all bundled program codes under executorch/bundled_program.
Target logic will be:
bundled_program
├── aot (aot apis and schema.py)
├── runtime (runtime apis and schema.fbs)
├── serialize (bp serialization and deserialization)
└── tests
This diff restructures schema files
Differential Revision: D49490721