44# LICENSE file in the root directory of this source tree.
55
66# @noautodeps
7- load("@fbcode_macros//build_defs:python_library .bzl", "python_library ")
7+ load("@fbsource//xplat/executorch/build:runtime_wrapper .bzl", "runtime ")
88
9- python_library(
9+ runtime. python_library(
1010 name = "ethosu_partitioner",
1111 srcs = [
1212 "ethosu/__init__.py",
@@ -17,7 +17,7 @@ python_library(
1717 ":arm_partitioner",
1818 ]
1919)
20- python_library(
20+ runtime. python_library(
2121 name = "vgf_partitioner",
2222 srcs = [
2323 "vgf/__init__.py",
@@ -28,7 +28,7 @@ python_library(
2828 ":arm_partitioner",
2929 ]
3030)
31- python_library(
31+ runtime. python_library(
3232 name = "constants",
3333 srcs = [
3434 "constants.py",
@@ -37,7 +37,7 @@ python_library(
3737 "//executorch/exir/dialects:lib",
3838 ],
3939)
40- python_library(
40+ runtime. python_library(
4141 name = "common",
4242 srcs = [
4343 "common/__init__.py",
@@ -50,7 +50,7 @@ python_library(
5050 "//executorch/exir:lib",
5151 ],
5252)
53- python_library(
53+ runtime. python_library(
5454 name = "arm_partitioner",
5555 srcs = [
5656 "tosa/backend.py",
@@ -65,7 +65,7 @@ python_library(
6565 "//executorch/exir:lib",
6666 ],
6767)
68- python_library(
68+ runtime. python_library(
6969 name = "arm_backend",
7070 srcs = [
7171 "arm_backend.py",
@@ -84,7 +84,7 @@ python_library(
8484 "//executorch/backends/arm/_passes:passes",
8585 ],
8686)
87- python_library(
87+ runtime. python_library(
8888 name = "process_node",
8989 srcs = ["process_node.py"],
9090 deps = [
@@ -97,7 +97,7 @@ python_library(
9797 "//executorch/exir:lib",
9898 ],
9999)
100- python_library(
100+ runtime. python_library(
101101 name = "arm_vela",
102102 srcs = [
103103 "arm_vela.py",
@@ -106,7 +106,7 @@ python_library(
106106 "fbsource//third-party/pypi/ethos-u-vela:ethos-u-vela",
107107 ],
108108)
109- python_library(
109+ runtime. python_library(
110110 name = "arm_model_evaluator",
111111 srcs = [
112112 "util/arm_model_evaluator.py",
0 commit comments