Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_util.h72 static void GetHcomGroup(NotNull<const AnfNodePtr &> anf_node, NotNull<std::string *> group);
Dhcom_util.cc268 void HcomUtil::GetHcomGroup(NotNull<const AnfNodePtr &> anf_node, NotNull<std::string *> group) { in GetHcomGroup() function in mindspore::HcomUtil
Dhccl_kernel.cc132 HcomUtil::GetHcomGroup(NOT_NULL(anf_node), NOT_NULL(&group_)); in Init()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc98 string GetHcomGroup(const CNodePtr &cnode) { in GetHcomGroup() function
677 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()