提交 b37dd55a 编写于 作者: H huangdongrun

resovle codex

上级 aa80712a
......@@ -66,6 +66,7 @@ class Cloner {
const ScopePtr scope() const { return scope_; }
std::unordered_map<AnfNodePtr, AnfNodePtr> repl_node_;
std::unordered_map<FuncGraphPtr, FuncGraphPtr> repl_func_graph_;
private:
void CloneNodes();
......@@ -112,7 +113,6 @@ class Cloner {
std::list<CloneInfo> todo_;
std::list<std::pair<CNodePtr, CNodePtr>> nodes_;
std::unordered_map<FuncGraphPtr, bool> status_;
std::unordered_map<FuncGraphPtr, FuncGraphPtr> repl_func_graph_;
std::unordered_map<FuncGraphPtr, std::unordered_map<AnfNodePtr, AnfNodePtr>> repl_map_node_;
std::unordered_map<FuncGraphPtr, std::unordered_map<FuncGraphPtr, AnfNodePtr>> repl_map_func_graph_;
std::unordered_map<FuncGraphPtr, AnfNodePtrList> repl_func_graph_params_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册