File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1212from 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- )
1815from 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+ )
2121from executorch .backends .nxp .neutron_partitioner import NeutronPartitioner
2222from executorch .backends .nxp .nxp_backend import generate_neutron_compile_spec
2323from executorch .backends .nxp .quantizer .neutron_quantizer import NeutronQuantizer
Original file line number Diff line number Diff line change 1515import executorch .kernels .quantized # noqa F401
1616
1717import 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)
2121from executorch .backends .nxp .neutron_partitioner import NeutronPartitioner
You can’t perform that action at this time.
0 commit comments