File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,19 @@ python_library(
2121 "//executorch/exir/dialects:lib",
2222 ],
2323)
24+ python_library(
25+ name = "common",
26+ srcs = [
27+ "common/__init__.py",
28+ "common/debug.py",
29+ ],
30+ deps = [
31+ "fbsource//third-party/tosa_tools/v0.80/serialization_lib/python/serializer:serializer",
32+ "fbsource//third-party/tosa_tools/v1.00/serialization_lib/python/serializer:serializer",
33+ "//caffe2:torch",
34+ "//executorch/exir:lib",
35+ ],
36+ )
2437python_library(
2538 name = "arm_partitioner",
2639 srcs = [
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ python_library(
44 name = "passes",
55 srcs = glob(["*.py"]),
66 deps = [
7+ "//executorch/backends/arm:common",
78 "//executorch/backends/arm:constants",
89 "//executorch/backends/arm:tosa_quant_utils",
910 "//executorch/backends/arm:tosa_utils",
You can’t perform that action at this time.
0 commit comments