Skip to content

Commit bb2d6b5

Browse files
committed
[ExecuTorch] Arm Ethos: Add ArmTester TARGET
As title. Differential Revision: [D69714022](https://our.internmc.facebook.com/intern/diff/D69714022/) ghstack-source-id: 266705936 Pull Request resolved: #8560
1 parent 0a4617d commit bb2d6b5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

backends/arm/test/TARGETS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,17 @@ python_library(
3030
"fbsource//third-party/pypi/pytest:pytest",
3131
]
3232
)
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

Comments
 (0)