File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,27 @@ python_library(
26
26
"fbsource//third-party/serialization_lib/python/serializer:serializer",
27
27
"fbsource//third-party/serialization_lib/python/tosa:tosa",
28
28
":arm_vela",
29
+ ":process_node",
29
30
"//executorch/backends/arm/operators:lib",
30
31
"//executorch/backends/arm/operators:node_visitor",
31
32
"//executorch/backends/arm/_passes:passes",
32
33
],
33
34
)
34
35
36
+ python_library(
37
+ name = "process_node",
38
+ srcs = ["process_node.py"],
39
+ typing = True,
40
+ deps = [
41
+ "fbsource//third-party/serialization_lib/python/tosa:tosa",
42
+ "//executorch/backends/arm/operators:node_visitor",
43
+ "//executorch/backends/arm:tosa_mapping",
44
+ "//executorch/backends/arm:tosa_quant_utils",
45
+ "//executorch/backends/arm:tosa_utils",
46
+ "//executorch/exir:lib",
47
+ ],
48
+ )
49
+
35
50
python_library(
36
51
name = "arm_vela",
37
52
srcs = [
You can’t perform that action at this time.
0 commit comments