Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h77 CNodePtr BroadFirstSearchFirstOf(const std::vector<CNodePtr> &starts, const MatchFunc &match_predic…
Dgraph_utils.cc126 CNodePtr BroadFirstSearchFirstOf(const std::vector<CNodePtr> &starts, const MatchFunc &match_predic… in BroadFirstSearchFirstOf() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc240 auto cnode_load = BroadFirstSearchFirstOf({cnode}, [](const CNodePtr &search_cnode) { in AdjustAllReduceInputWithLoad()