diff --git a/backends/arm/test/TARGETS b/backends/arm/test/TARGETS index a82d4da6bc2..3c29719e1cc 100644 --- a/backends/arm/test/TARGETS +++ b/backends/arm/test/TARGETS @@ -45,6 +45,7 @@ python_library( "//executorch/backends/arm/quantizer:lib", "//executorch/backends/arm:tosa_mapping", "//executorch/devtools/backend_debug:delegation_info", + "//executorch/exir/backend:operator_support", "fbsource//third-party/pypi/tabulate:tabulate", ] ) diff --git a/exir/backend/TARGETS b/exir/backend/TARGETS index 5b64f47657c..d656e44fbf1 100644 --- a/exir/backend/TARGETS +++ b/exir/backend/TARGETS @@ -42,6 +42,18 @@ runtime.python_library( ], ) +runtime.python_library( + name = "operator_support", + srcs = [ + "operator_support.py", + ], + visibility = [ + "//executorch/...", + "//executorch/test/...", + "@EXECUTORCH_CLIENTS", + ], +) + runtime.python_library( name = "partitioner", srcs = [