Skip to content

Commit 97a3aac

Browse files
authored
Import Fix
Differential Revision: D80067087 Pull Request resolved: #13320
1 parent ec56c95 commit 97a3aac

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

backends/arm/TARGETS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)
2437
python_library(
2538
name = "arm_partitioner",
2639
srcs = [

backends/arm/_passes/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)