Home
last modified time | relevance | path

Searched defs:root_id (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_util.cc212 bool HcomUtil::GetHcomRootId(const AnfNodePtr &anf_node, uint32_t *root_id) { in GetHcomRootId()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dtask_info.h233 … const std::vector<uint8_t> &private_def, void *ops_kernel_store, int32_t count, int64_t root_id, in HcclTaskInfo()
260 int64_t root_id() const { return root_id_; } in root_id() function