We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72c187 commit 5cf0106Copy full SHA for 5cf0106
backends/arm/operator_support/TARGETS
@@ -5,8 +5,9 @@ python_library(
5
srcs = glob(["*.py"]),
6
typing = True,
7
deps = [
8
+ "//executorch/backends/arm/_passes:passes",
9
+ "//executorch/backends/arm:tosa_specification",
10
"//executorch/backends/xnnpack/_passes:xnnpack_passes",
11
"//executorch/exir:lib",
- "//executorch/backends/arm:tosa_specification"
12
],
13
)
0 commit comments