graph_runtime_codegen.py
15.2 KB
-
Fix an OrderDict initilization bug. (#2862) · 1278d68f
The dict which is used to initilize OrderDict is not ordered, so metadata may not be at the end.
lixiaoquan committed
The dict which is used to initilize OrderDict is not ordered, so metadata may not be at the end.