Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc1789 bool FindPreNodes(const AnfNodePtr &node, vector<std::string> *unique_ids, vector<size_t> *indexes,… in FindPreNodes() function
1821 if (FindPreNodes(cnode, unique_ids, indexes, ++curr_depth)) { in FindPreNodes()
1833 if (!FindPreNodes(cnode, unique_ids, indexes, 0)) { in FindLastNodesUniqueId()