| load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime") | |
| load(":targets.bzl", "define_common_targets") | |
| oncall("executorch") | |
| define_common_targets() | |
| runtime.python_library( | |
| name = "preprocess", | |
| srcs = ["qnn_preprocess.py"], | |
| visibility = [ | |
| "//executorch/backends/qualcomm/...", | |
| "@EXECUTORCH_CLIENTS", | |
| ], | |
| deps = [ | |
| "//executorch/backends/qualcomm/_passes:passes", | |
| ], | |
| ) |