Home
last modified time | relevance | path

Searched refs:force_new_ret (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/api/ir/
Dfunc_graph.h41 virtual void set_output(const AnfNodePtr &value, bool force_new_ret = false) = 0;
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc58 void FuncGraph::set_output(const AnfNodePtr &value, bool force_new_ret) { in set_output() argument
60 if (force_new_ret || return_ == nullptr) { in set_output()
Dfunc_graph.h171 void set_output(const AnfNodePtr &value, bool force_new_ret = false);