We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad6f35 commit ec67249Copy full SHA for ec67249
backends/nxp/TARGETS
@@ -19,6 +19,19 @@ python_library(
19
],
20
)
21
22
+python_library(
23
+ name = "edge_passes",
24
+ srcs = glob([
25
+ "edge_passes/*.py",
26
+ ]),
27
+ deps = [
28
+ ":neutron_backend",
29
+ "//caffe2:torch",
30
+ "//executorch/exir:lib",
31
+ "//executorch/exir:pass_manager",
32
+ ],
33
+)
34
+
35
python_library(
36
name = "quantizer",
37
srcs = [
backends/nxp/tests/TARGETS
@@ -21,9 +21,11 @@ python_library(
deps = [
"//executorch/exir:lib",
+ "//executorch/extension/export_util:export_util",
"//pytorch/ao:torchao",
"//executorch/backends/nxp:quantizer",
"//executorch/backends/nxp:neutron_backend",
+ "//executorch/backends/nxp:edge_passes",
]
0 commit comments