Skip to content

Commit cf6e895

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Whitespace-only changes.
File renamed without changes.

backends/nxp/tests/executorch_pipeline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
from executorch.backends.nxp.backend.custom_delegation_options import (
1313
CustomDelegationOptions,
1414
)
15-
from executorch.backends.nxp.backend.ir.edge_passes.remove_io_quant_ops_pass import (
16-
RemoveIOQuantOpsPass,
17-
)
1815
from executorch.backends.nxp.edge_passes.neutron_edge_pass_manager import (
1916
NeutronEdgePassManager,
2017
)
18+
from executorch.backends.nxp.edge_passes.remove_io_quant_ops_pass import (
19+
RemoveIOQuantOpsPass,
20+
)
2121
from executorch.backends.nxp.neutron_partitioner import NeutronPartitioner
2222
from executorch.backends.nxp.nxp_backend import generate_neutron_compile_spec
2323
from executorch.backends.nxp.quantizer.neutron_quantizer import NeutronQuantizer

examples/nxp/aot_neutron_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import executorch.kernels.quantized # noqa F401
1616

1717
import torch
18-
from executorch.backends.nxp.backend.ir.edge_passes.remove_io_quant_ops_pass import (
18+
from executorch.backends.nxp.edge_passes.remove_io_quant_ops_pass import (
1919
RemoveIOQuantOpsPass,
2020
)
2121
from executorch.backends.nxp.neutron_partitioner import NeutronPartitioner

0 commit comments

Comments
 (0)