Arm backend: Populate __init__.py for quantizer and Arm root#10351
Arm backend: Populate __init__.py for quantizer and Arm root#10351zingo merged 1 commit intopytorch:mainfrom
Conversation
Populate backends/arm/quantizer/__init__.py and backends/arm/__init__.py Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> 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? |
Populate backends/arm/quantizer/init.py and backends/arm/init.py
cc @digantdesai @freddan80 @per @zingo