Home
last modified time | relevance | path

Searched defs:DestroyDeviceCommunicationGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Ddummy_ascend_collective_comm_lib.cc74 bool DummyAscendCollectiveCommLib::DestroyDeviceCommunicationGroup(const std::string &) { in DestroyDeviceCommunicationGroup() function in mindspore::device::DummyAscendCollectiveCommLib
Dascend_collective_comm_lib.cc169 bool AscendCollectiveCommLib::DestroyDeviceCommunicationGroup(const std::string &group_name) { in DestroyDeviceCommunicationGroup() function in mindspore::device::ascend::AscendCollectiveCommLib
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/collective/
Dcollective_communication_lib.h75 virtual bool DestroyDeviceCommunicationGroup(const std::string &group_name) { return true; } in DestroyDeviceCommunicationGroup() function