Skip to content

Commit 25b4524

Browse files
tarun292facebook-github-bot
authored andcommitted
Move qualcomm.passes to qualcomm._passes
Differential Revision: D63926845
1 parent 2fc206b commit 25b4524

31 files changed

+41
-39
lines changed

backends/qualcomm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ backends/qualcomm
4646
| └── python # Python interface for using QNN libraries.
4747
├── builders # Codes for lowering each operators (AoT Part).
4848
├── partition # QNN Partitioner (AoT Part).
49-
├── passes # Various passes helping lower models to QNN backend (AoT Part).
49+
├── _passes # Various private passes helping lower models to QNN backend (AoT Part).
5050
├── python # Places to put pybind artifacts for accessing QNN APIs, structures, etc (AoT Part).
5151
├── quantizer # QNN Quantizer
5252
├── runtime # Here is QNN runtime responsbile for compiling a model on x64.

backends/qualcomm/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ runtime.python_library(
1313
"@EXECUTORCH_CLIENTS",
1414
],
1515
deps = [
16-
"//executorch/backends/qualcomm/passes:passes",
16+
"//executorch/backends/qualcomm/_passes:passes",
1717
],
1818
)
File renamed without changes.

0 commit comments

Comments
 (0)