Home
last modified time | relevance | path

Searched defs:private_def (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_all_to_all.cc75 std::vector<uint8_t> private_def; in GenTask() local
Dhccl_kernel.cc232 std::vector<uint8_t> private_def; in GenTask() local
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.h37 std::string private_def; member
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dhccl_task.cc60 …char *private_def = reinterpret_cast<char *>(const_cast<char unsigned *>(task_info_->private_def()… in Distribute() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dtask_info.h233const std::vector<uint8_t> &private_def, void *ops_kernel_store, int32_t count, int64_t root_id, in HcclTaskInfo()
257 const std::vector<uint8_t> &private_def() const { return private_def_; } in private_def() function