-
Notifications
You must be signed in to change notification settings - Fork 571
Arm backend: Populate __init__.py for quantizer and Arm root #10351
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
Populate backends/arm/quantizer/__init__.py and backends/arm/__init__.py Signed-off-by: Oscar Andersson <[email protected]> Change-Id: If8e4c89a9d0393b5cd7c8e6639fd67be39f77ca9
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10351
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 588c5cc with merge base 95c663e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Oscar, this is causing issues internally since we didn't update the buck files. We may have to revert depending on how soon I can forward fix :( Also for test/common.py we are using old import for And we are not exposing cc @jackzhxng |
@digantdesai feel free to revert this if necessary. I can fix the import in test/common.py but I'm not able to reproduce the With regards to |
Yeah I haven't looked into where the circular dependency is coming from.. this is when I try to update the buck files. re. Also I see main, operators, quantizer, _passes have init.py, are you planning to refactor others beyond main and quantizer here? |
Summary: Expose Quantizer and quant config through __init__.py Relanding Oscar's pytorch#10351 (but in parts) Differential Revision: D73530601
Summary: Expose Quantizer and quant config through __init__.py Relanding Oscar's pytorch#10351 (but in parts) Differential Revision: D73530601
Summary: Expose Quantizer and quant config through __init__.py Relanding Oscar's pytorch#10351 (but in parts) Differential Revision: D73530601
Summary: Expose Quantizer and quant config through __init__.py Relanding Oscar's pytorch#10351 (but in parts) bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: jackzhxng Differential Revision: D73530601
Populate backends/arm/quantizer/init.py and backends/arm/init.py
cc @digantdesai @freddan80 @per @zingo