File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/apple/coreml/llama Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1919 replace_linear_with_split_linear ,
2020)
2121
22+ from executorch .exir import to_edge_transform_and_lower
2223from executorch .exir .backend .utils import format_delegated_graph
2324from executorch .exir .capture ._config import EdgeCompileConfig , ExecutorchBackendConfig
2425from executorch .exir .passes import MemoryPlanningPass
2526from executorch .exir .passes .quant_fusion_pass import QuantFusionPass
2627from executorch .exir .passes .sym_shape_eval_pass import ConstraintBasedSymShapeEvalPass
27- from executorch .exir .program ._program import to_edge_transform_and_lower
2828from executorch .extension .export_util .utils import save_pte_program
2929
3030from torchao .quantization .granularity import PerAxis , PerGroup
You can’t perform that action at this time.
0 commit comments