Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.cc250 auto input_fg = GetValueNode<FuncGraphPtr>(input); in SuccIncludeFV() local
251 if (input_fg) { in SuccIncludeFV()
252 for (auto &fv : input_fg->free_variables_nodes()) { in SuccIncludeFV()
/third_party/mindspore/mindspore/lite/tools/anf_exporter/
Danf_exporter.cc69 auto input_fg = GetValueNode<FuncGraphPtr>(input); in GetOrderedCNodes() local
70 if (input_fg) { in GetOrderedCNodes()
71 for (auto &fv : input_fg->free_variables_nodes()) { in GetOrderedCNodes()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc71 auto input_fg = GetValueNode<FuncGraphPtr>(input); in GetOrderedCNodes() local
72 if (input_fg) { in GetOrderedCNodes()
73 for (auto &fv : input_fg->free_variables_nodes()) { in GetOrderedCNodes()