Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions optimum/exporters/executorch/recipes/xnnpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def _lower_to_executorch(
backend_config_dict = {
"extract_delegate_segments": True,
"memory_planning_pass": MemoryPlanningPass(alloc_graph_input=False),
"run_reinplace_pass": True,
}
backend_config_dict["do_quant_fusion_and_const_prop"] = True
logging.debug(f"\nExported program: {exported_programs}")
Expand Down