Searched refs:GetHcomDestRank (Results 1 – 3 of 3) sorted by relevance
71 static bool GetHcomDestRank(const AnfNodePtr &anf_node, uint32_t *dest_rank);
240 bool HcomUtil::GetHcomDestRank(const AnfNodePtr &anf_node, uint32_t *dest_rank) { in GetHcomDestRank() function in mindspore::HcomUtil
86 if (!HcomUtil::GetHcomDestRank(anf_node, &dest_rank_)) { in Init()