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 487cc19 commit e243af0Copy full SHA for e243af0
backends/cadence/aot/TARGETS
@@ -256,3 +256,24 @@ python_unittest(
256
":ops_registrations"
257
],
258
)
259
+
260
+python_unittest(
261
+ name = "test_replace_ops_passes",
262
+ srcs = [
263
+ "tests/test_replace_ops_passes.py",
264
+ ],
265
+ supports_static_listing = False,
266
+ typing = True,
267
+ deps = [
268
+ "fbsource//third-party/pypi/parameterized:parameterized",
269
+ ":compiler",
270
+ ":replace_ops",
271
+ "//caffe2:torch",
272
+ "//executorch/backends/cadence/aot:compiler",
273
+ "//executorch/backends/cadence/aot:graph_builder",
274
+ "//executorch/backends/cadence/aot:pass_utils",
275
+ "//executorch/exir:pass_base",
276
+ "//executorch/exir/dialects:lib",
277
+ "//executorch/exir/passes:lib",
278
279
+)
0 commit comments