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 86cb5d7 commit eae0b04Copy full SHA for eae0b04
backends/cadence/aot/TARGETS
@@ -131,3 +131,22 @@ python_library(
131
"//executorch/exir/dialects:lib",
132
],
133
)
134
+
135
+python_library(
136
+ name = "fuse_ops",
137
+ srcs = [
138
+ "fuse_ops.py",
139
+ ],
140
+ typing = True,
141
+ deps = [
142
+ "//caffe2:torch",
143
+ ":compiler_utils",
144
+ "//executorch/backends/cadence/aot:pass_utils",
145
+ "//executorch/backends/cadence/aot:utils",
146
+ "//executorch/exir:pass_base",
147
+ "//executorch/exir/dialects:lib",
148
+ "//executorch/exir/dialects/edge:lib",
149
+ "//executorch/exir/passes:lib",
150
+ "//executorch/exir/passes:spec_prop_pass",
151
152
+)
0 commit comments