Skip to content

Commit ddb0dea

Browse files
JacobSzwejbkakirklandsign
authored andcommitted
delete test_quant_lowering_custom_backend_pass.py as there are no tests in it (pytorch#2809)
Summary: Pull Request resolved: pytorch#2809 Deleted some tests in this file a while back because they were just testing the old deprecated quant flow. Now I've realized there are no other tests in this file so just deleting the whole thing. Reviewed By: mergennachin Differential Revision: D55437765 fbshipit-source-id: 187cc2c66f36b562e7d233065b0394493afafe51
1 parent a9fee39 commit ddb0dea

File tree

3 files changed

+0
-495
lines changed

3 files changed

+0
-495
lines changed

exir/tests/TARGETS

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -226,25 +226,6 @@ python_unittest(
226226
],
227227
)
228228

229-
python_unittest(
230-
name = "quant_lowering_custom_backend_pass",
231-
srcs = [
232-
"test_quant_lowering_custom_backend_pass.py",
233-
],
234-
deps = [
235-
"//caffe2:test-lib", # @manual
236-
"//caffe2:torch",
237-
"//executorch/exir:lib",
238-
"//executorch/exir:pass_base",
239-
"//executorch/exir/backend:backend_details",
240-
"//executorch/exir/backend:compile_spec_schema",
241-
"//executorch/exir/backend:partitioner",
242-
"//executorch/exir/backend/canonical_partitioners:canonical_partitioner_lib",
243-
"//executorch/exir/dialects:lib",
244-
"//executorch/exir/passes:replace_aten_with_edge_pass",
245-
],
246-
)
247-
248229
python_unittest(
249230
name = "common",
250231
srcs = [

0 commit comments

Comments
 (0)