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 f33fc5a commit 7137f66Copy full SHA for 7137f66
backends/arm/test/TARGETS
@@ -30,3 +30,17 @@ python_library(
30
"fbsource//third-party/pypi/pytest:pytest",
31
]
32
)
33
+
34
+python_library(
35
+ name = "arm_tester",
36
+ srcs = glob(["tester/*.py"]),
37
+ deps = [
38
+ ":runner_utils",
39
+ ":common",
40
+ "//executorch/backends/arm:tosa_mapping",
41
+ "//executorch/backends/arm:tosa_specification",
42
+ "//executorch/backends/arm/quantizer:arm_quantizer",
43
+ "//executorch/devtools/backend_debug:delegation_info",
44
+ "fbsource//third-party/pypi/tabulate:tabulate",
45
+ ]
46
+)
0 commit comments