File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,17 @@ runtime.python_library(
106
106
"//caffe2:torch",
107
107
]
108
108
)
109
+ runtime.python_library(
110
+ name = "_factory",
111
+ srcs = [
112
+ "util/_factory.py"
113
+ ],
114
+ deps = [
115
+ ":ethosu",
116
+ ":vgf",
117
+ ":arm_compile_spec",
118
+ "//executorch/backends/arm/quantizer:lib",
119
+ "//executorch/exir/backend:operator_support",
120
+ "//executorch/exir/backend:compile_spec_schema",
121
+ ]
122
+ )
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 Arm Limited and/or its affiliates.
2
+ #
3
+ # This source code is licensed under the BSD-style license found in the
4
+ # LICENSE file in the root directory of this source tree.
5
+
1
6
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
2
7
load(":targets.bzl", "define_arm_tests")
3
8
@@ -58,6 +63,7 @@ runtime.python_library(
58
63
"//executorch/backends/arm/quantizer:lib",
59
64
"//executorch/backends/arm/tosa:mapping",
60
65
"//executorch/backends/arm:vgf",
66
+ "//executorch/backends/arm:_factory"
61
67
"//executorch/devtools/backend_debug:delegation_info",
62
68
"//executorch/exir/backend:operator_support",
63
69
"fbsource//third-party/pypi/tabulate:tabulate",
You can’t perform that action at this time.
0 commit comments