Skip to content
Snippets Groups Projects
Commit 6cb5b8e0 authored by Cyril Moineau's avatar Cyril Moineau Committed by Cyril Moineau
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 2130e059
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!247Doc export
......@@ -158,7 +158,7 @@ def scheduler_export(scheduler, export_folder_path: str, export_lib: ExportLib =
headers=set(list_configs),
actions=list_actions,
# Note: Graph may not have inputs, so we need to check with output
# In the future, we should remove this has it is not compatible
# In the future, we should remove this as it is not compatible
# with a mix precision approach.
mem_ctype=outputs_dtype[0], # Legacy behavior ...
mem_section=export_lib.mem_section,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment