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 6b3f172 commit 208bf73Copy full SHA for 208bf73
backends/arm/_passes/TARGETS
@@ -6,6 +6,7 @@ python_library(
6
deps = [
7
"//executorch/backends/arm:tosa_quant_utils",
8
"//executorch/backends/arm:tosa_utils",
9
+ "//executorch/backends/arm/tosa/dialect:lib",
10
"//executorch/backends/transforms:fuse_view_copy",
11
"//executorch/backends/transforms:remove_getitem_op",
12
"//executorch/backends/transforms:replace_scalar_with_tensor",
backends/arm/tosa/dialect/TARGETS
@@ -0,0 +1,6 @@
1
+load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
2
+
3
+python_library(
4
+ name = "lib",
5
+ srcs = glob(["*.py"]),
+)
0 commit comments