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