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(
21
21
"//executorch/exir/dialects:lib",
22
22
],
23
23
)
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
+ )
24
37
python_library(
25
38
name = "arm_partitioner",
26
39
srcs = [
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ python_library(
4
4
name = "passes",
5
5
srcs = glob(["*.py"]),
6
6
deps = [
7
+ "//executorch/backends/arm:common",
7
8
"//executorch/backends/arm:constants",
8
9
"//executorch/backends/arm:tosa_quant_utils",
9
10
"//executorch/backends/arm:tosa_utils",
You can’t perform that action at this time.
0 commit comments