Searched refs:GetHcomGroup (Results 1 – 4 of 4) sorted by relevance
72 static void GetHcomGroup(NotNull<const AnfNodePtr &> anf_node, NotNull<std::string *> group);
268 void HcomUtil::GetHcomGroup(NotNull<const AnfNodePtr &> anf_node, NotNull<std::string *> group) { in GetHcomGroup() function in mindspore::HcomUtil
132 HcomUtil::GetHcomGroup(NOT_NULL(anf_node), NOT_NULL(&group_)); in Init()
98 string GetHcomGroup(const CNodePtr &cnode) { in GetHcomGroup() function677 auto group_name = GetHcomGroup(cur_cnode_ptr); in AssignHcom()1326 auto group_name = GetHcomGroup(cur_cnode_ptr); in GetLastInputCnode()1355 auto cur_group = GetHcomGroup(item.second.first); in GetLastInputCnode()1460 auto group_name = GetHcomGroup(cur_cnode); in GetStreamIDHcomMap()