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 d0464f8 commit d0848caCopy full SHA for d0848ca
backends/arm/test/TARGETS
@@ -45,6 +45,7 @@ python_library(
45
"//executorch/backends/arm/quantizer:lib",
46
"//executorch/backends/arm:tosa_mapping",
47
"//executorch/devtools/backend_debug:delegation_info",
48
+ "//executorch/exir/backend:operator_support",
49
"fbsource//third-party/pypi/tabulate:tabulate",
50
]
51
)
exir/backend/TARGETS
@@ -42,6 +42,18 @@ runtime.python_library(
42
],
43
44
+runtime.python_library(
+ name = "operator_support",
+ srcs = [
+ "operator_support.py",
+ ],
+ visibility = [
+ "//executorch/...",
52
+ "//executorch/test/...",
53
+ "@EXECUTORCH_CLIENTS",
54
55
+)
56
+
57
runtime.python_library(
58
name = "partitioner",
59
srcs = [
0 commit comments