Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dvisit.cc119 values_ref->push_back(GetVar(cnode->func_graph_as_var())); in Visit()
157 any_fg = cnode->func_graph_as_var(); in Visit()
/third_party/mindspore/mindspore/core/ir/
Danf.h250 CNode(const std::vector<AnfNodePtr> &inputs, const VarPtr &func_graph_as_var) in CNode() argument
253 func_graph_as_var_(func_graph_as_var), in CNode()
298 VarPtr func_graph_as_var() const { return func_graph_as_var_; } in func_graph_as_var() function
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dinfershape_pass.cc270 MS_LOG(DEBUG) << "modify subgraph input cnode format failed." << cnode->func_graph_as_var(); in SetSubGraphInput()