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(
2626 "fbsource//third-party/serialization_lib/python/serializer:serializer",
2727 "fbsource//third-party/serialization_lib/python/tosa:tosa",
2828 ":arm_vela",
29+ ":process_node",
2930 "//executorch/backends/arm/operators:lib",
3031 "//executorch/backends/arm/operators:node_visitor",
3132 "//executorch/backends/arm/_passes:passes",
3233 ],
3334)
3435
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+
3550python_library(
3651 name = "arm_vela",
3752 srcs = [
You can’t perform that action at this time.
0 commit comments