Home
last modified time | relevance | path

Searched refs:IncludeBelongGraph (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h58 IncludeType IncludeBelongGraph(const FuncGraphPtr &fg, const AnfNodePtr &node);
Dgraph_utils.cc275 IncludeType IncludeBelongGraph(const FuncGraphPtr &fg, const AnfNodePtr &node) { in IncludeBelongGraph() function
Dfunc_graph.cc638 auto BelongSameGraph = std::bind(IncludeBelongGraph, this_ptr, std::placeholders::_1); in GetOrderedCnodes()
/third_party/mindspore/mindspore/lite/tools/anf_exporter/
Danf_exporter.cc57 auto BelongSameGraph = std::bind(IncludeBelongGraph, fg, std::placeholders::_1); in GetOrderedCNodes()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc60 auto BelongSameGraph = std::bind(IncludeBelongGraph, fg, std::placeholders::_1); in GetOrderedCNodes()