Home
last modified time | relevance | path

Searched refs:CloneValueNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h77 void CloneValueNode(const AnfNodePtr &node);
78 void CloneValueNode(const AnfNodePtr &node, const FuncGraphPtr &target);
Dfunc_graph_cloner.cc99 void Cloner::CloneValueNode(const AnfNodePtr &node) { in CloneValueNode() function in mindspore::Cloner
110 void Cloner::CloneValueNode(const AnfNodePtr &node, const FuncGraphPtr &target) { in CloneValueNode() function in mindspore::Cloner
133 CloneValueNode(old_node); in CloneValueNodes()
174 CloneValueNode(node); in CloneFuncGraphDefaultValues()
203 CloneValueNode(valuenode, target_func_graph); in CloneFuncGraphValueNodes()