Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dms_collective_ops_impl.cc64 T *output_buff = reinterpret_cast<T *>(recvbuff); in RingAllGather() local
77 …ollectiveOpsImpl::RingAllGatherImpl(uint32_t send_to_rank, uint32_t recv_from_rank, T *output_buff, in RingAllGatherImpl()
Dallreduce_impl.cc101 auto *output_buff = reinterpret_cast<float *>(output_data); in RingAllReduce() local
190 float *output_buff = reinterpret_cast<float *>(output_data); in ReduceBroadcastAllReduce() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/
Dcollective_ops_impl.cc70 T *output_buff = reinterpret_cast<T *>(recvbuff); in RingAllReduce() local
85 const std::vector<size_t> &chunk_offset, T *output_buff) { in RunRingAllReduce()
206 T *output_buff = reinterpret_cast<T *>(recvbuff); in ReduceBroadcastAllReduce() local
309 T *output_buff = reinterpret_cast<T *>(recvbuff); in RingAllGather() local