Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/
Dcollective_ops_impl.cc39 bool CollectiveOpsImpl::RingAllReduce(const std::string &data_name, const void *sendbuff, void *rec… in RingAllReduce()
189 bool CollectiveOpsImpl::ReduceBroadcastAllReduce(const std::string &data_name, const void *sendbuff in ReduceBroadcastAllReduce()
287 bool CollectiveOpsImpl::RingAllGather(const void *sendbuff, void *recvbuff, size_t send_count) { in RingAllGather()
360 bool CollectiveOpsImpl::Broadcast(const void *sendbuff, void *recvbuff, size_t count, uint32_t root, in Broadcast()
412 bool CollectiveOpsImpl::AllReduce(const std::string &data_name, void *sendbuff, void *recvbuff, siz… in AllReduce()
437 bool CollectiveOpsImpl::AllGather(const void *sendbuff, void *recvbuff, size_t send_count, in AllGather()
472 bool CollectiveOpsImpl::Broadcast(const void *sendbuff, void *recvbuff, size_t count, uint32_t root, in Broadcast()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dms_collective_ops_impl.cc43 bool MSCollectiveOpsImpl::RingAllGather(const void *sendbuff, void *recvbuff, size_t send_count) { in RingAllGather()
129 bool MSCollectiveOpsImpl::Broadcast(const void *sendbuff, void *recvbuff, size_t count, uint32_t ro… in Broadcast()
191 bool MSCollectiveOpsImpl::AllGather(const void *sendbuff, void *recvbuff, size_t send_count) { in AllGather()