Searched refs:kAttrRootRank (Results 1 – 5 of 5) sorted by relevance
217 if (primitive->GetAttr(kAttrRootRank) != nullptr) { in GetHcomRootId()218 *root_id = (uint32_t)GetValue<int64_t>(primitive->GetAttr(kAttrRootRank)); in GetHcomRootId()
68 auto root_rank = AnfAlgo::GetCNodePrimitive(kernel_node)->GetAttr(kAttrRootRank); in Init()
240 auto root_rank = prim->GetAttr(kAttrRootRank); in InferCommType()
81 auto root_rank = AnfAlgo::GetCNodePrimitive(kernel_node)->GetAttr(kAttrRootRank); in Init()
396 constexpr auto kAttrRootRank = "root_rank"; variable