Skip to content

Commit cb59d80

Browse files
NXP backend: Relocation of remove_io_quant_ops_pass.py (pytorch#14202)
Relocate `remove_io_quant_ops_pass.py` to `nxp/edge_passes`. Should be covered by already existing unit tests. Co-authored-by: Roman Janik <[email protected]>
1 parent a841cf4 commit cb59d80

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

backends/nxp/backend/ir/edge_passes/__init__.py

Whitespace-only changes.

backends/nxp/tests/executorch_pipeline.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
from executorch.backends.nxp.edge_passes.neutron_edge_pass_manager import (
1616
NeutronEdgePassManager,
1717
)
18+
from executorch.backends.nxp.edge_passes.remove_io_quant_ops_pass import (
19+
RemoveIOQuantOpsPass,
20+
)
1821
from executorch.backends.nxp.neutron_partitioner import NeutronPartitioner
1922
from executorch.backends.nxp.nxp_backend import generate_neutron_compile_spec
2023
from executorch.backends.nxp.quantizer.neutron_quantizer import NeutronQuantizer

0 commit comments

Comments
 (0)