Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.h105 std::pair<AnfNodePtr, int64_t> FindSubGraph(const FuncGraphPtr &func_graph, const AnfNodePtr &param…
Dstep_parallel.cc1451 std::pair<AnfNodePtr, int64_t> FindSubGraph(const FuncGraphPtr &graph, const AnfNodePtr &parameter)… in FindSubGraph() function
1478 …std::pair<AnfNodePtr, int64_t> res = FindSubGraph(graph_sub, parameters[LongToSize(param_pair.seco… in FindSubGraph()
1719 std::pair<AnfNodePtr, int64_t> res = FindSubGraph(root, parameter); in CoverSliceShape()